Dynamic Column Writer Types #532
Unanswered
NickEFallows
asked this question in
Q&A
Replies: 1 comment
-
You can write a class that implements the Does this help with your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone know how to set a LogicalColumnWriter's type dynamically?
I have to loop through multiple columns to write the data to a parquet file and I cannot guarantee that the Data Type is known before runtime...
It seems weird that you can dynamically set them in the schema but you can't for the writers to those columns
Beta Was this translation helpful? Give feedback.
All reactions