You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/01/08 15:39:00 UTC

[jira] [Updated] (ARROW-11184) [Rust] Build error may be related to parquet-format 2.7.0: error[E0063]: missing fields `file_offset`, `ordinal`, `total_compressed_size` in initializer of `RowGroup`

     [ https://issues.apache.org/jira/browse/ARROW-11184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lamb updated ARROW-11184:
--------------------------------
    Summary: [Rust] Build error may be related to parquet-format 2.7.0: error[E0063]: missing fields `file_offset`, `ordinal`, `total_compressed_size` in initializer of `RowGroup`   (was: [Rust] Build error may be related to parquet-format 2.7.0)

> [Rust] Build error may be related to parquet-format 2.7.0: error[E0063]: missing fields `file_offset`, `ordinal`, `total_compressed_size` in initializer of `RowGroup` 
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-11184
>                 URL: https://issues.apache.org/jira/browse/ARROW-11184
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Qingyou Meng
>            Priority: Major
>
> Copied from [https://github.com/apache/arrow/runs/1668643801] AMD64 Debian 10 Rust stable build libraries
> {noformat}
> Compiling parquet v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/parquet) 
>  154 Compiling arrow v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/arrow) 
>  155 Compiling parquet-format v2.7.0 
>  156 Compiling arrow-integration-testing v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/integration-testing) 
>  157 Compiling arrow-flight v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/arrow-flight) 
>  158error[E0063]: missing fields `file_offset`, `ordinal`, `total_compressed_size` in initializer of `RowGroup` 
>  159 --> parquet/src/file/metadata.rs:262:9 
>  160 | 
>  161262 | RowGroup { 
>  162 | ^^^^^^^^ missing `file_offset`, `ordinal`, `total_compressed_size` 
>  163
>  164error[E0063]: missing field `bloom_filter_offset` in initializer of `ColumnMetaData` 
>  165 --> parquet/src/file/metadata.rs:501:31 
>  166 | 
>  167501 | let column_metadata = ColumnMetaData { 
>  168 | ^^^^^^^^^^^^^^ missing `bloom_filter_offset` 
>  169
>  170error[E0063]: missing fields `crypto_metadata`, `encrypted_column_metadata` in initializer of `ColumnChunk` 
>  171 --> parquet/src/file/metadata.rs:517:9 
>  172 | 
>  173517 | ColumnChunk { 
>  174 | ^^^^^^^^^^^ missing `crypto_metadata`, `encrypted_column_metadata` 
>  175
>  176error[E0063]: missing fields `encryption_algorithm`, `footer_signing_key_metadata` in initializer of `parquet_format::FileMetaData` 
>  177 --> parquet/src/file/writer.rs:178:29 
>  178 | 
>  179178 | let file_metadata = parquet::FileMetaData { 
>  180 | ^^^^^^^^^^^^^^^^^^^^^ missing `encryption_algorithm`, `footer_signing_key_metadata` 
>  181
>  182error: aborting due to 4 previous errors 
>  183
>  184For more information about this error, try `rustc --explain E0063`. 
>  185error: could not compile `parquet`{noformat}
>  
> The merged commit https://github.com/apache/arrow/commit/c4ee53626f975f9c005cbef234552f8fe457d0dc also failed with same error.
> I can't reproduce this problem with `cargo build --all-targets` on my local host with PR [https://github.com/apache/arrow/pull/9133]
> [~chaosun]  [~nevi_me] help!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)