[
https://issues.apache.org/jira/browse/ARROW-11184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Qingyou Meng updated ARROW-11184:
---------------------------------
Description:
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}
[~chaosun] help!
was:
Copied from [https://github.com/apache/arrow/runs/1668643801] AMD64 Debian 10
Rust stable build libraries
Compiling parquet v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/parquet)
[154|https://github.com/apache/arrow/runs/1668643801#step:7:154] Compiling
arrow v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/arrow)
[155|https://github.com/apache/arrow/runs/1668643801#step:7:155] Compiling
parquet-format v2.7.0
[156|https://github.com/apache/arrow/runs/1668643801#step:7:156] Compiling
arrow-integration-testing v3.0.0-SNAPSHOT
(/__w/arrow/arrow/rust/integration-testing)
[157|https://github.com/apache/arrow/runs/1668643801#step:7:157] Compiling
arrow-flight v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/arrow-flight)
[158|https://github.com/apache/arrow/runs/1668643801#step:7:158]error[E0063]:
missing fields `file_offset`, `ordinal`, `total_compressed_size` in initializer
of `RowGroup`
[159|https://github.com/apache/arrow/runs/1668643801#step:7:159] -->
parquet/src/file/metadata.rs:262:9
[160|https://github.com/apache/arrow/runs/1668643801#step:7:160] |
[161|https://github.com/apache/arrow/runs/1668643801#step:7:161]262 | RowGroup
{
[162|https://github.com/apache/arrow/runs/1668643801#step:7:162] | ^^^^^^^^
missing `file_offset`, `ordinal`, `total_compressed_size`
[163|https://github.com/apache/arrow/runs/1668643801#step:7:163]
[164|https://github.com/apache/arrow/runs/1668643801#step:7:164]error[E0063]:
missing field `bloom_filter_offset` in initializer of `ColumnMetaData`
[165|https://github.com/apache/arrow/runs/1668643801#step:7:165] -->
parquet/src/file/metadata.rs:501:31
[166|https://github.com/apache/arrow/runs/1668643801#step:7:166] |
[167|https://github.com/apache/arrow/runs/1668643801#step:7:167]501 | let
column_metadata = ColumnMetaData {
[168|https://github.com/apache/arrow/runs/1668643801#step:7:168] |
^^^^^^^^^^^^^^ missing `bloom_filter_offset`
[169|https://github.com/apache/arrow/runs/1668643801#step:7:169]
[170|https://github.com/apache/arrow/runs/1668643801#step:7:170]error[E0063]:
missing fields `crypto_metadata`, `encrypted_column_metadata` in initializer of
`ColumnChunk`
[171|https://github.com/apache/arrow/runs/1668643801#step:7:171] -->
parquet/src/file/metadata.rs:517:9
[172|https://github.com/apache/arrow/runs/1668643801#step:7:172] |
[173|https://github.com/apache/arrow/runs/1668643801#step:7:173]517 |
ColumnChunk {
[174|https://github.com/apache/arrow/runs/1668643801#step:7:174] | ^^^^^^^^^^^
missing `crypto_metadata`, `encrypted_column_metadata`
[175|https://github.com/apache/arrow/runs/1668643801#step:7:175]
[176|https://github.com/apache/arrow/runs/1668643801#step:7:176]error[E0063]:
missing fields `encryption_algorithm`, `footer_signing_key_metadata` in
initializer of `parquet_format::FileMetaData`
[177|https://github.com/apache/arrow/runs/1668643801#step:7:177] -->
parquet/src/file/writer.rs:178:29
[178|https://github.com/apache/arrow/runs/1668643801#step:7:178] |
[179|https://github.com/apache/arrow/runs/1668643801#step:7:179]178 | let
file_metadata = parquet::FileMetaData {
[180|https://github.com/apache/arrow/runs/1668643801#step:7:180] |
^^^^^^^^^^^^^^^^^^^^^ missing `encryption_algorithm`,
`footer_signing_key_metadata`
[181|https://github.com/apache/arrow/runs/1668643801#step:7:181]
[182|https://github.com/apache/arrow/runs/1668643801#step:7:182]error:
aborting due to 4 previous errors
[183|https://github.com/apache/arrow/runs/1668643801#step:7:183]
[184|https://github.com/apache/arrow/runs/1668643801#step:7:184]For more
information about this error, try `rustc --explain E0063`.
[185|https://github.com/apache/arrow/runs/1668643801#step:7:185]error: could
not compile `parquet`
[~chaosun] help!
> [Rust] Build error may be related to parquet-format 2.7.0
> ---------------------------------------------------------
>
> Key: ARROW-11184
> URL: https://issues.apache.org/jira/browse/ARROW-11184
> Project: Apache Arrow
> Issue Type: Improvement
> 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}
>
> [~chaosun] help!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)