PHILO-HE commented on issue #7777: URL: https://github.com/apache/incubator-gluten/issues/7777#issuecomment-2454217471
@wForget, it's a known incompatibility issue in using single quotes. See dock [link](https://github.com/apache/incubator-gluten/blob/48d312a58e8554b5a0af0b998051d6217870415f/docs/velox-backend-limitations.md#json-functions). As far as I know, using single quote to enclose JSON content is not allowed in JSON standard. Not sure why Spark allows using it to replace double quote. We have no plan to support it. -- 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]
