Skip to content

[SUPPORT] Issues with URL_ENCODE_PARTITIONING_OPT_KEY in hudi 0.11.0 #5569

@bkosuru

Description

@bkosuru

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
Screen Shot 2022-05-13 at 2 47 09 PM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:writerWrite client and core write operationspriority:criticalProduction degraded; pipelines stalled

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions