bettermouse commented on issue #5569:
URL: https://github.com/apache/hudi/issues/5569#issuecomment-1126979897
//hudi-client/hudi-client-common/src/main/java/org/apache/hudi/keygen/KeyGenUtils.java
getRecordPartitionPath
//https://github.com/apache/hudi/pull/2645
String encodeVersion08 =
URLEncoder.encode("<http://purl.obolibrary.org/obo/uberon.owl>",
StandardCharsets.UTF_8.toString());
String encodeVersion11 =
PartitionPathEncodeUtils.escapePathName("<http://purl.obolibrary.org/obo/uberon.owl>");
System.out.println(encodeVersion08);
System.out.println(encodeVersion11);
It seems like " Partition Path Encode " in different way in version 0.8 and
0.11.
may need to rebuild table by hudi 0.11?
--
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]