You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/30 05:24:37 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #162: TPC-H Query 8

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


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11523
   
   Fails with error:
   
   {{Error: Plan("Schema contains duplicate unqualified field name \'n_nationkey\'")}}


-- 
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] Dandandan commented on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-871105855


   Reopening, this query currently fails with:
   
   ```
   thread 'tokio-runtime-worker' panicked at 'false_values downcast failed', datafusion/src/physical_plan/expressions/case.rs:216:30
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   Error: ArrowError(ExternalError(ArrowError(ExternalError(Execution("Arrow error: External error: oneshot canceled")))))
   ```


-- 
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] Dandandan commented on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-869849990


   Closed by #55 


-- 
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 #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-899815747


   🎉 


-- 
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 #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-1014618116


   @xudong963  has filed https://github.com/apache/arrow-datafusion/issues/1576 to track this issue 👍 


-- 
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] xudong963 edited a comment on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
xudong963 edited a comment on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-1013668231


   When I ran with the latest code, I still got the error 
   ```
   Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 8, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false }
   thread 'thread 'tokio-runtime-workertokio-runtime-worker' panicked at '' panicked at 'false_values downcast failedfalse_values downcast failed', ', datafusion/src/physical_plan/expressions/case.rs:218datafusion/src/physical_plan/expressions/case.rs::30218
   :note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   30
   Error: ArrowError(ExternalError(ArrowError(ExternalError(Execution("Arrow error: External error: oneshot canceled")))))
   ```
   
   cc @Dandandan @alamb 


-- 
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] Dandandan closed issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162


   


-- 
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] Dandandan commented on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-899262051


   No longer errors


-- 
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] xudong963 commented on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
xudong963 commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-1013668231


   When I ran with the latest code, I still got the error 
   ```
   Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 8, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false }
   thread 'thread 'tokio-runtime-workertokio-runtime-worker' panicked at '' panicked at 'false_values downcast failedfalse_values downcast failed', ', datafusion/src/physical_plan/expressions/case.rs:218datafusion/src/physical_plan/expressions/case.rs::30218
   :note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   30
   Error: ArrowError(ExternalError(ArrowError(ExternalError(Execution("Arrow error: External error: oneshot canceled")))))
   ```


-- 
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] Dandandan commented on issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162#issuecomment-869849990


   Closed by #55 


-- 
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] Dandandan closed issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162


   


-- 
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] Dandandan closed issue #162: TPC-H Query 8

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #162:
URL: https://github.com/apache/arrow-datafusion/issues/162


   


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