dojiong opened a new issue, #7845: URL: https://github.com/apache/arrow-datafusion/issues/7845
### Is your feature request related to a problem or challenge? Datafusion does not support JSON/JSONB datatype. Is there a plan to support it in the future? ### Describe the solution you'd like support JSON/JSONB data ### Describe alternatives you've considered Treat string/binary data as json/jsonb in json functions or json operators. ### Additional context json functions in postgres: [functions-json](https://www.postgresql.org/docs/current/functions-json.html) -- 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]
