bkosuru opened a new issue, #5569:
URL: https://github.com/apache/hudi/issues/5569

   Hello, 
   
   We created hudi table in hdfs using version 0.8.0. We are planning to 
upgrade to hudi 0.11.0. There seems to be a difference in url encoding. We are 
using 
   option(URL_ENCODE_PARTITIONING_OPT_KEY, value = true)
   
   For partition <http://purl.obolibrary.org/obo/uberon.owl>
   0.8.0 encoding is 
   %3Chttp%3A%2F%2Fpurl.obolibrary.org%2Fobo%2Fuberon.owl%3E
   
   0.11.0 encoding is
   <http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2Fuberon.owl>
   
   When we insert new data with hudi 0.11.0 it creates a different partition.
   /data/spog/g=%3Chttp%3A%2F%2Fpurl.obolibrary.org%2Fobo%2Fuberon.owl%3E
   /data/spog/g=<http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2Fuberon.owl>
   
   Is this a bug? Any workaround?
   
   Thanks,
   Bindu
   
   


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