wuwenchi commented on a change in pull request #4162:
URL: https://github.com/apache/iceberg/pull/4162#discussion_r811513685
##########
File path:
core/src/main/java/org/apache/iceberg/actions/BaseRewriteDataFilesAction.java
##########
@@ -58,6 +59,7 @@
extends BaseSnapshotUpdateAction<ThisT, RewriteDataFilesActionResult> {
private static final Logger LOG =
LoggerFactory.getLogger(BaseRewriteDataFilesAction.class);
+ private static final int PARQUET_MAGIC_BYTES = 4;
Review comment:
Oh, yes, the name is incorrect... How about 'PARQUET_MAGIC_LEN' ?
--
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]