Skip to content
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

Closed
jackylee-ch opened this issue May 6, 2022 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

Describe the bug
As ParquetFileFormat extends from ArrowFileFormat, ArrowWritePostRule will add ColumnarToFakeRowAdaptor after Command. However ParquetFileFormat didn't support write with FakeRow and it will throw java.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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant