dadepo opened a new issue, #9122: URL: https://github.com/apache/arrow-datafusion/issues/9122
### Describe the bug Registering a record batch under the name `json_table` leads to a ParserError. ### To Reproduce You can find this repo https://github.com/dadepo/df-repro with code that can be used to reproduce the problem. Running with the record batch registered with `json_table` will fail while the one registered with `json_values_table` runs successfully. ### Expected behavior I believe it should be possible to use json_table as an alias for a record batch. ### Additional context The issue is probably connected with this PR to add mysql's JSON_TABLE to sqlparser https://github.com/sqlparser-rs/sqlparser-rs/issues/1019 -- 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]
