This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
from 27be9ef Merge pull request #1237 from mattcasters/master
new 70c86ad HOP-3288 : Null Pointer exception in Parquet Output
(resolution and IT)
new 2b5dedd HOP-3288 : Null Pointer exception in Parquet Output
(resolution and IT)
new 1bbb47a HOP-3288: fix code formatting
new bc4a461 Merge pull request #1238 from mattcasters/master
The 3292 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...quet-input.hpl => 0029-parquet-input-nulls.hpl} | 154 ++++++++------
...ic-fields.hpl => 0029-parquet-output-nulls.hpl} | 222 +++++++++++----------
.../transforms/datasets/golden-parquet-nulls.csv | 11 +
integration-tests/transforms/main-0029-parquet.hwf | 41 +++-
...null-by-type.json => golden-parquet-nulls.json} | 40 ++--
.../unit-test/0029-parquet-input-nulls UNIT.json | 48 +++++
.../parquet/transforms/output/ParquetOutput.java | 62 ++++--
.../transforms/output/ParquetOutputData.java | 2 +
.../transforms/output/ParquetWriteSupport.java | 22 +-
.../transforms/output/ParquetWriterBuilder.java | 6 +-
10 files changed, 404 insertions(+), 204 deletions(-)
copy integration-tests/transforms/{0029-parquet-input.hpl =>
0029-parquet-input-nulls.hpl} (63%)
copy integration-tests/transforms/{0024-if-null-specific-fields.hpl =>
0029-parquet-output-nulls.hpl} (50%)
create mode 100644
integration-tests/transforms/datasets/golden-parquet-nulls.csv
copy
integration-tests/transforms/metadata/dataset/{golden-if-null-by-type.json =>
golden-parquet-nulls.json} (58%)
create mode 100644
integration-tests/transforms/metadata/unit-test/0029-parquet-input-nulls
UNIT.json