File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const (
4242 SubstraitComparisonFuncsURI = SubstraitDefaultURIPrefix + "functions_comparison"
4343 SubstraitBooleanFuncsURI = SubstraitDefaultURIPrefix + "functions_boolean"
4444
45- SubstraitIcebergSetFuncURI = "https://github.com/ apache/ iceberg-go/blob/main/table/substrait/ functions_set.yaml "
45+ SubstraitIcebergSetFuncURN = "extension: apache. iceberg: functions_set"
4646 TimestampTzTimezone = "UTC"
4747)
4848
@@ -132,7 +132,7 @@ func init() {
132132
133133 for _ , fn := range []string {"is_in" } {
134134 err := DefaultExtensionIDRegistry .AddSubstraitScalarToArrow (
135- extensions.ID {URN : SubstraitIcebergSetFuncURI , Name : fn },
135+ extensions.ID {URN : SubstraitIcebergSetFuncURN , Name : fn },
136136 setLookupFuncSubstraitToArrowFunc )
137137 if err != nil {
138138 panic (err )
You can’t perform that action at this time.
0 commit comments