mbutrovich opened a new pull request, #1149: URL: https://github.com/apache/datafusion-comet/pull/1149
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. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org