2010YOUY01 commented on issue #12012:
URL: https://github.com/apache/datafusion/issues/12012#issuecomment-2294630441

   > I tried to reproduce this bug but I got a different error message:
   > 
   > ```
   > DataFusion CLI v41.0.0
   > > create table t1(v1 double);
   > 0 row(s) fetched. 
   > Elapsed 0.003 seconds.
   > 
   > > select approx_percentile_cont(v1,v1) from t1;
   > Schema error: No field named t1.v1.
   > ```
   > 
   > Although the error message is weird 🤔, I didn't get the internal error. 
BTW, I used the latest `datafusion-cli 41.0.0` installed by `Homebrew`.
   
   I'm running datafusion-cli under latest main, looks like this internal error 
was introduced by a very recent change 🤔 
   I have also updated the issue to specify the commit hash, I will make this 
clear for future bug reports


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to