yihua commented on code in PR #10717:
URL: https://github.com/apache/hudi/pull/10717#discussion_r1504863232
##########
hudi-io/src/main/java/org/apache/hudi/storage/StoragePathInfo.java:
##########
@@ -35,15 +35,23 @@ public class StoragePathInfo implements Serializable {
private final StoragePath path;
private final long length;
private final boolean isDirectory;
+ // blockReplication and blockSize are kept for backwards compatibility
+ // for Hive query engine
Review Comment:
The core functionality for Hive queries need both fields and they are also
used to construct `FileStatus` instances and used in the file system view.
Removed the comments to avoid confusion.
--
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]