Skip to content

Conversation

@mbutrovich
Copy link
Contributor

@mbutrovich mbutrovich commented Dec 7, 2024

We had a bug with decoding paths, in particular in CometExecSuite.partition col the path has a : in it, which either wouldn't stay as %3A or the spaces would end up as %20 or worse %2520. This cleans up the 3 tests that were failing for that reason. We might eventually want to send the original path over as a non-URL (i.e. convert on Java side) but this is good enough for now.

Before: Tests: succeeded 689, failed 67, canceled 1, ignored 47, pending 0

After: Tests: succeeded 692, failed 64, canceled 1, ignored 47, pending 0

field_mappings,
table_schema: Arc::<Schema>::clone(&self.table_schema),
cast_options
cast_options,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make format did this.

@andygrove andygrove merged commit 5401de0 into apache:comet-parquet-exec Dec 9, 2024
@mbutrovich mbutrovich deleted the path branch December 11, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants