python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to reopen ParquetWriter after close() is called?
I'm currently using ParquetWriter to write Avro records to parquet files. I can use the write() and close() methods to write and close files as needed. Now I have a use case where I need to reopen a c...
WZH
Votes: 0
Answers: 0
Parquet-MR library is throwing an exception while reading (FIXED_LEN_BYTE_ARRAY / UUID) column
I have a parquet file which has a column "FIXED_LEN_BYTE_ARRAY / UUID", when I feed it to parquet-mr library, I get this exception:
Exception - caused by: org.apache.parquet.io.ParquetDeco...
Devendar
Votes: 0
Answers: 0