Skip to content

Commit c5bef6d

Browse files
hqbhohoebyhr
authored andcommitted
Fix deterministic of system bucket function in iceberg
1 parent 2da1132 commit c5bef6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/functions/IcebergFunctionProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public class IcebergFunctionProvider
7272
public static final List<FunctionMetadata> FUNCTIONS = ImmutableList.<FunctionMetadata>builder()
7373
.add(FunctionMetadata.scalarBuilder("bucket")
7474
.functionId(new FunctionId("bucket"))
75-
.nondeterministic()
7675
.description("Perform Iceberg bucket transform")
7776
.signature(Signature.builder()
7877
.typeVariable("T")

0 commit comments

Comments
 (0)