houqp commented on pull request #1078: URL: https://github.com/apache/arrow-datafusion/pull/1078#issuecomment-939591331
mystery resolved, this is caused by a combination of 2 different bugs :D 1. table name, or identifier in general, in postgresql cannot start with numeric digit, which can happen for our randomly generated table name. 2. sqlparser-rs incorrectly parsed `0foo.id` as a valid word token I will send a fix to sqlparser as a follow up PR. -- 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]
