pnain commented on issue #5977: URL: https://github.com/apache/iceberg/issues/5977#issuecomment-1911074967
df.writeTo("iceberg_table") \ .using('iceberg') \ .option("fanout-enabled", "true") \ .partitionedBy(F.bucket(32,"esum_id")) \ .createOrReplace() -- This works well but create small files. Hash/Range options are not working despite using the sorting -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org