openinx opened a new pull request #2285:
URL: https://github.com/apache/iceberg/pull/2285
As we apache flink does not support bucket or hidden partition syntax, so we
add a flink table property in iceberg table, so that we could bucket the table
into specified buckets:
```java
CREATE TABLE test_iceberg(
id INT,
data STRING
) WITH (
'flink.partitions'='id=bucket[16];data=bucket[8]'
)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]