deniskuzZ commented on code in PR #5993:
URL: https://github.com/apache/hive/pull/5993#discussion_r2229014469
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveTableUtil.java:
##########
@@ -169,7 +169,10 @@ private static List<DataFile>
getDataFiles(RemoteIterator<LocatedFileStatus> fil
dataFile -> {
StructLike structLike = dataFile.partition();
for (int pos : stringFields) {
- structLike.set(pos,
FileUtils.unescapePathName(structLike.get(pos, String.class)));
+ String val = structLike.get(pos, String.class);
Review Comment:
@vikramahuja1001 i think we can simply revert HIVE-27367,
https://github.com/apache/iceberg/pull/7744 fixed the issue. Could you please
try it out.
--
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]