-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed as not planned
Closed as not planned
Copy link
Labels
area:writerWrite client and core write operationsWrite client and core write operationspriority:criticalProduction degraded; pipelines stalledProduction degraded; pipelines stalled
Description
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)
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:writerWrite client and core write operationsWrite client and core write operationspriority:criticalProduction degraded; pipelines stalledProduction degraded; pipelines stalled
