Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently we cannot store string columns that only consist of empty strings. In that case StringArray::data() points to a nullptr thus the call to StringArrays::data()::data() fails with a Segmentation fault in FileWriter::Impl::WriteFlatColumnChunk.
Attachments
Issue Links
- blocks
-
PARQUET-713 parquet-cpp 1.0.0 release
- Resolved