We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.11.0
openjdk 17.0.13 2024-10-15 LTS
Linux
Just provide 0 file rows as input for the Parquet Input transform and you get this error:
2024/12/18 10:07:55 - Read a parquet.5 - ERROR: Unexpected error 2024/12/18 10:07:55 - Read a parquet.5 - ERROR: java.lang.NullPointerException: Cannot invoke "org.apache.parquet.hadoop.ParquetReader.close()" because "this.data.reader" is null 2024/12/18 10:07:55 - Read a parquet.5 - at org.apache.hop.parquet.transforms.input.ParquetInput.closeFile(ParquetInput.java:107) 2024/12/18 10:07:55 - Read a parquet.5 - at org.apache.hop.parquet.transforms.input.ParquetInput.processRow(ParquetInput.java:50) 2024/12/18 10:07:55 - Read a parquet.5 - at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54) 2024/12/18 10:07:55 - Read a parquet.5 - at java.base/java.lang.Thread.run(Thread.java:840)
Priority: 3
Component: Transforms
The text was updated successfully, but these errors were encountered:
Fix of issue apache#4725
17d9de6
Fix of issue apache#4725 (added integration test)
da9bed2
bba4da2
d57a033
Merge pull request #4727 from mattcasters/main
6b30720
Fix of issues #4725 and #4726
mattcasters
No branches or pull requests
Apache Hop version?
2.11.0
Java version?
openjdk 17.0.13 2024-10-15 LTS
Operating system
Linux
What happened?
Just provide 0 file rows as input for the Parquet Input transform and you get this error:
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: