You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2023/05/05 08:22:51 UTC

[GitHub] [arrow-datafusion] berkaysynnada opened a new issue, #6246: interval.slt tests fail in main

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

   ### Describe the bug
   
   Error messages have changed. cargo test fails with the error:
   ```
   [interval.slt] Running query: "select '1 month'::interval - '1980-01-01'::date;"
   Error: query is expected to fail with error:
           DataFusion error: Error during planning: interval can't subtract timestamp/date
   but got error:
           DataFusion error: type_coercion
   caused by
   Error during planning: interval can't subtract timestamp/date
   [SQL] select '1 month'::interval - '1980-01-01'::date;
   at tests/sqllogictests/test_files/interval.slt:330
   ```
   
   ### To Reproduce
   
   run the slt tests
   
   ### Expected behavior
   
   error messages need to be updated.
   
   ### 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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #6246: interval.slt tests fail in main

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6246: interval.slt tests fail in main
URL: https://github.com/apache/arrow-datafusion/issues/6246


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-datafusion] alamb commented on issue #6246: interval.slt tests fail in main

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #6246:
URL: https://github.com/apache/arrow-datafusion/issues/6246#issuecomment-1536072567

   I believe @jackwener  fixed this in https://github.com/apache/arrow-datafusion/pull/6242


-- 
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-unsubscribe@arrow.apache.org

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