We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da1132 commit c5bef6dCopy full SHA for c5bef6d
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/functions/IcebergFunctionProvider.java
@@ -72,7 +72,6 @@ public class IcebergFunctionProvider
72
public static final List<FunctionMetadata> FUNCTIONS = ImmutableList.<FunctionMetadata>builder()
73
.add(FunctionMetadata.scalarBuilder("bucket")
74
.functionId(new FunctionId("bucket"))
75
- .nondeterministic()
76
.description("Perform Iceberg bucket transform")
77
.signature(Signature.builder()
78
.typeVariable("T")
0 commit comments