Skip to content

Commit 54e972c

Browse files
rustyconoverclaude
andcommitted
Remove LogicalTypeId::USER (renamed to TYPE in DuckDB)
DuckDB removed LogicalTypeId::USER from the enum. The type was renamed to LogicalTypeId::TYPE. Remove it from the unsupported types switch case. Also update extension-ci-tools to latest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 663b883 commit 54e972c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/result_serializer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ void ResultSerializer::SerializeValue( // NOLINT(*-no-recursion)
229229
case LogicalTypeId::VALIDITY:
230230
case LogicalTypeId::AGGREGATE_STATE:
231231
case LogicalTypeId::LAMBDA:
232-
case LogicalTypeId::USER:
233232
case LogicalTypeId::ANY:
234233
case LogicalTypeId::UNKNOWN:
235234
case LogicalTypeId::INVALID:

0 commit comments

Comments
 (0)