You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Every time we read a arrow record batch from Parquet,we will use partitionValues to create partitionVectors and add them to record batch. Actually, the partition value won't change in the reading of one PartitionFile.
Describe the solution you'd like
We can create one partitionVectors for each PartitionFile and reuse it until task finished.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Every time we read a arrow record batch from Parquet,we will use partitionValues to create partitionVectors and add them to record batch. Actually, the partition value won't change in the reading of one PartitionFile.
Describe the solution you'd like
We can create one partitionVectors for each PartitionFile and reuse it until task finished.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: