bkosuru commented on issue #5569:
URL: https://github.com/apache/hudi/issues/5569#issuecomment-1133983759

   @xushiyan If you are not going fix this issue, we will have to do 
   (1) One-time migration of the data because the current partition has ```<``` 
and ```>``` encoded. 
   (2) Change the encoding for the reader
   ````val urlEncodedGraph = 
PartitionPathEncodeUtils.escapePathName("<http://purl.obolibrary.org/obo/uberon.owl>")```
   for 
   ```option(DataSourceReadOptions.INCR_PATH_GLOB_OPT_KEY, 
s"/g=$urlEncodedGraph/p=*")```
   
   And we will lose all our commit history with the one-time migration. There 
is no other workaround.


-- 
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]

Reply via email to