Skip to content

Commit 85db5e5

Browse files
committed
feat: implement literal expressions with binary serialization support
1 parent 9d71f7e commit 85db5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ iceberg_sources = files(
7777
'transform.cc',
7878
'transform_function.cc',
7979
'type.cc',
80+
'util/conversions.cc',
8081
'util/decimal.cc',
8182
'util/gzip_internal.cc',
82-
'util/gzip_internal.cc',
8383
'util/murmurhash3_internal.cc',
8484
'util/timepoint.cc',
8585
'util/uuid.cc',

0 commit comments

Comments
 (0)