YutaLin opened a new pull request, #3496: URL: https://github.com/apache/datafusion-comet/pull/3496
## Which issue does this PR close? Closes #3185. ## Rationale for this change Comet does not currently support the Spark url_encode function, causing queries using this function to fall back to Spark's JVM execution instead of running natively on DataFusion. The UrlEncode expression performs URL encoding (percent encoding) on a string input, converting special characters to their percent-encoded equivalents. This expression is implemented as a runtime replaceable expression that delegates to the UrlCodec.encode method for the actual encoding logic. ## What changes are included in this PR? Add native url encode function and staticinvoke urlencode object ## How are these changes tested? add url encode sql test and rs test -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
