[
https://issues.apache.org/jira/browse/PARQUET-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690085#comment-17690085
]
ASF GitHub Bot commented on PARQUET-2228:
-----------------------------------------
wgtmac commented on PR #1026:
URL: https://github.com/apache/parquet-mr/pull/1026#issuecomment-1433984809
I saw a test failure below from the
[GHA](https://github.com/apache/parquet-mr/actions/runs/4195487917/jobs/7275103509)
which is unstable:
```
Error: Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.637 s <<< FAILURE! - in org.apache.parquet.hadoop.TestParquetWriter
Error:
testParquetFileWithBloomFilterWithFpp(org.apache.parquet.hadoop.TestParquetWriter)
Time elapsed: 0.368 s <<< FAILURE!
java.lang.AssertionError
at
org.apache.parquet.hadoop.TestParquetWriter.testParquetFileWithBloomFilterWithFpp(TestParquetWriter.java:342)
```
> ParquetRewriter supports more than one input file
> -------------------------------------------------
>
> Key: PARQUET-2228
> URL: https://issues.apache.org/jira/browse/PARQUET-2228
> Project: Parquet
> Issue Type: Sub-task
> Components: parquet-mr
> Reporter: Gang Wu
> Assignee: Gang Wu
> Priority: Major
>
> ParquetRewriter currently supports only one input file. The scope of this
> task is to support multiple input files and the rewriter merges them into a
> single one w/o some rewrite options specified.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)