vinothchandar commented on code in PR #10717:
URL: https://github.com/apache/hudi/pull/10717#discussion_r1496747921
##########
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:
its not just backwards compat right? Based on your description, it feels
like even the core functionality for Hive queries need it?
Is this comment needed/useful
--
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]