nmtruong93 commented on issue #8008: URL: https://github.com/apache/iceberg/issues/8008#issuecomment-1625191764
Hi @atifiu , this is tblproperties: ``` +------------------------------------------+--------------------------+ |key |value | +------------------------------------------+--------------------------+ |commit.manifest-merge.enabled |true | |commit.manifest.min-count-to-merge |100 | |commit.manifest.target-size-bytes |8388608 | |commit.retry.total-timeout-ms |1800000 | |current-snapshot-id |854418626478959033 | |format |iceberg/parquet | |format-version |2 | |history.expire.max-snapshot-age-ms |259200000 | |read.orc.vectorization.enabled |true | |read.parquet.vectorization.batch-size |5000 | |read.parquet.vectorization.enabled |true | |read.split.open-file-cost |4194304 | |read.split.planning-lookback |10 | |read.split.target-size |134217728 | |sort-order |product_id ASC NULLS FIRST| |write.delete.distribution-mode |range | |write.delete.mode |copy-on-write | |write.distribution-mode |range | |write.format.default |parquet | |write.merge-mode |merge-on-read | |write.merge.distribution-mode |range | |write.metadata.delete-after-commit.enabled|true | |write.metadata.previous-versions-max |3 | |write.object-storage.enabled |true | |write.parquet.compression-codec |snappy | |write.parquet.page-size-bytes |1048576 | |write.parquet.row-group-size-bytes |134217728 | |write.spark.fanout.enabled |false | |write.target-file-size-bytes |536870912 | |write.update.distribution-mode |range | |write.update.mode |merge-on-read | +------------------------------------------+--------------------------+ ``` And this is partitions when I query in Athena, as you see, in each partition, many files were generated.  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
