alamb commented on issue #3682: URL: https://github.com/apache/arrow-datafusion/issues/3682#issuecomment-1265654378
Does this work if you run a query (note the double quotes `"` around `f.c`) ```sql SELECT * FROM t WHERE "f.c" = 10 ``` -- 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]
