n0r0shi commented on PR #3571: URL: https://github.com/apache/datafusion-comet/pull/3571#issuecomment-3949225963
I found that DataFusion's `encode(input, 'base64')` produces unpadded output, which doesn't match Spark's padded base64. The padded variant (`'base64pad'`) and `SparkBase64` in the `datafusion-spark` crate are available in DataFusion 52.x, but Comet currently pins to 51.0.0. Can I keep this PR as draft until Comet upgrades to DataFusion 52.x+? -- 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]
