zhedoubushishi commented on a change in pull request #1001: [HUDI-325] Fix Hive
partition error for updated HDFS Hudi table
URL: https://github.com/apache/incubator-hudi/pull/1001#discussion_r350929256
##########
File path: hudi-common/src/main/java/org/apache/hudi/common/util/FSUtils.java
##########
@@ -532,6 +532,13 @@ public static Path getPartitionPath(Path basePath, String
partitionPath) {
return ((partitionPath == null) || (partitionPath.isEmpty())) ? basePath :
new Path(basePath, partitionPath);
}
+ /**
+ * Get HDFS full partition path (e.g. hdfs://ip-address:8020:/<absolute
path>)
+ */
+ public static String getHDFSFullPartitionPath(FileSystem fs, Path
partitionPath) {
Review comment:
Done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services