alamb opened a new issue, #7078:
URL: https://github.com/apache/arrow-datafusion/issues/7078

   ### Describe the bug
   
   
https://github.com/apache/arrow-datafusion/actions/runs/5647552111/job/15298151230
   
   ```
   External error: query is expected to fail, but actually succeed:
   [SQL] SELECT i - ts1 from FOO;
   at tests/sqllogictests/test_files/timestamps.slt:1253
   
   External error: query is expected to fail, but actually succeed:
   [SQL] SELECT array_agg(c13 ORDER BY c1) FROM aggregate_test_100
   at tests/sqllogictests/test_files/aggregate.slt:99
   
   External error: query is expected to fail, but actually succeed:
   [SQL] SELECT s.country, ARRAY_AGG(s.amount ORDER BY s.amount DESC, s.country 
DESC) AS amounts,
       SUM(s.amount ORDER BY s.amount DESC) AS sum1
     FROM sales_global AS s
     GROUP BY s.country
   at tests/sqllogictests/test_files/groupby.slt:2229
   
   External error: query is expected to fail, but actually succeed:
   [SQL] SELECT
   SUM(c4) OVER(ORDER BY c2 RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING),
   SUM(c3) OVER(ORDER BY c2 RANGE BETWEEN 10000 PRECEDING AND 10000 FOLLOWING),
   COUNT(*) OVER(ORDER BY c2 RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING)
   FROM aggregate_test_100
   ORDER BY c9
   LIMIT 5
   at tests/sqllogictests/test_files/window.slt:718
   ```
   
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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