findepi commented on PR #10:
URL: 
https://github.com/apache/datafusion-testing/pull/10#issuecomment-3182882544

   
   
   The diff shows regression in 
`data/sqlite/random/aggregates/slt_good_119.slt`, line 676 (before changes).
   The query uses only `tab1`, so the falure should be reproducible with just
   
   ```sql
   CREATE TABLE tab1(col0 INTEGER, col1 INTEGER, col2 INTEGER);
   INSERT INTO tab1 VALUES(51,14,96);
   INSERT INTO tab1 VALUES(85,5,59);
   INSERT INTO tab1 VALUES(91,47,68);
   SELECT + CAST ( NULL AS INTEGER ) * + + AVG ( DISTINCT 4 ) + - SUM ( ALL + 
col1) AS col0 FROM tab1;
   ```
   
   This is identical (whitespace aside) to the regression test added in 
https://github.com/apache/datafusion/pull/17139
   The query doesn't fail on current `main`.
   
   @alamb can you please double check you updated with latest DF main, after 
https://github.com/apache/datafusion/pull/17139 was merged?


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to