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/12/10 16:06:47 UTC

[GitHub] [arrow-rs] alamb opened a new issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

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


   **Describe the bug**
   Parquet benchmarks are broken
   
   **To Reproduce**
   Run
   ```shell
   cargo bench -p parquet
   ```
   
   For example:
   ```shell
   alamb@instance-1:/data/arrow-rs$ cargo bench -p parquet
      Compiling parquet v7.0.0-SNAPSHOT (/data/arrow-rs/parquet)
   error[E0432]: unresolved imports `parquet::util::DataPageBuilder`, `parquet::util::DataPageBuilderImpl`, `parquet::util::InMemoryPageIterator`
     --> parquet/benches/arrow_array_reader.rs:19:21
      |
   19 | use parquet::util::{DataPageBuilder, DataPageBuilderImpl, InMemoryPageIterator};
      |                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^ no `InMemoryPageIterator` in `util`
      |                     |                |
      |                     |                no `DataPageBuilderImpl` in `util`
      |                     no `DataPageBuilder` in `util`
   
   For more information about this error, try `rustc --explain E0432`.
   error: could not compile `parquet` due to previous error
   ```
   
   **Expected behavior**
   Benchmarks should run
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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-rs] alamb commented on issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

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


   Dupe of https://github.com/apache/arrow-rs/issues/770


-- 
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-rs] alamb closed issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1026:
URL: https://github.com/apache/arrow-rs/issues/1026


   


-- 
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-rs] alamb closed issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1026:
URL: https://github.com/apache/arrow-rs/issues/1026


   


-- 
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-rs] alamb commented on issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

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


   Dupe of https://github.com/apache/arrow-rs/issues/770


-- 
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-rs] alamb commented on issue #1026: Parquet benchmarks are broken - no `DataPageBuilderImpl` in `util`

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


   Found a workaround


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