This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Failed to write with ParquetFileFormat while using ArrowWriteExtension #889
Labels
bug
Something isn't working
Describe the bug
As
ParquetFileFormat
extends fromArrowFileFormat
,ArrowWritePostRule
will addColumnarToFakeRowAdaptor
after Command. HoweverParquetFileFormat
didn't support write withFakeRow
and it will throwjava.lang.UnsupportedOperationException
.To Reproduce
create a parquet table and insert data into parquet table while using ArrowWriteExtension
Expected behavior
No exception thrown.
Additional context
None
The text was updated successfully, but these errors were encountered: