goldmedal commented on issue #12012:
URL: https://github.com/apache/datafusion/issues/12012#issuecomment-2294625492

   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 is weird 🤔, I didn't get the internal error.
   BTW, I used the latest `datafusion-cli 41.0.0` installed by `Homebrew`.


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