xhwhis commented on PR #8964:
URL: 
https://github.com/apache/arrow-datafusion/pull/8964#issuecomment-1907277603

   > 谢谢@xhwhis对于您的贡献, 您介意添加更多详细信息来说明为什么需要进行此更改,并且很高兴通过单元测试来涵盖此更改
   
   ```
   DataFusion CLI v34.0.0
   ❯ CREATE TABLE IF NOT EXISTS valuetable(c1 INT, c2 VARCHAR) AS 
VALUES(1,'HELLO'),(12,'DATAFUSION');
   0 rows in set. Query took 0.066 seconds.
   
   ❯ SELECT "TEST".c1 from valuetable as "TEST";
   Schema error: No field named test.c1. Valid fields are test.c1, test.c2.
   ```


-- 
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]

Reply via email to