zhangdove opened a new pull request #1569: URL: https://github.com/apache/iceberg/pull/1569
There was no exception output,when create a partition table with `bucket(colName, 0)` or `bucket(colName, -1)`. However, when writing data, the following two exceptions occur. 1) Exception in thread "main" java.lang.UnsupportedOperationException: Cannot write using unsupported transforms: bucket[-1] 2) java.lang.ArithmeticException: / by zero Link: #1543 ---------------------------------------------------------------- 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]
