leoluan2009 commented on PR #420: URL: https://github.com/apache/datafusion-comet/pull/420#issuecomment-2111490861
> Looks like there are incompatible results compared with Spark. datafusion use Basic type of base64 scheme while spark use MIME type. After search the source of https://github.com/marshallpierce/rust-base64 which is used by datafusion for base64 function, I found this lib do not support MIME type of base64 scheme, so it may difficult to add Spark-compatible base64/unbase64 function. @viirya do you have some good ideas? -- 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]
