Omega359 commented on PR #13936:
URL: https://github.com/apache/datafusion/pull/13936#issuecomment-2564787721

   > When I ran this branch with
   > 
   > External error: task 27341 panicked with message "called 
`Result::unwrap()` on an `Err` value: ParseError { kind: 
UnexpectedToken("label-1"), loc: Location { file: 
"../../datafusion-testing/data/sqlite/random/select/slt_good_21.slt", line: 47, 
upper: None } }"
   > 
   > ```
   > 
   > - This looks like something that came in via sqllogictests 0.25 yesteday: 
https://github.com/apache/datafusion/pull/13917
   > 
   > Perhaps we could downgrade / revert to 0.24 and file a ticket upstream 🤔 
   > ```
   
   This is the slt in question and yes, I think it's a bug. I'll downgrade for 
now and file an issue with the sqllogictest-rs project later today:
   ```
   query I rowsort label-1 
   SELECT + 94 / - col2 + col1 + 9 FROM tab0 AS cor0 
   ---- 
   12 
   93 
   99
   ```
   


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