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
After #474, ColumnReader.loadVector initiates CometDictionary after re-import arrays. It is reported by @andygrove (#473 (comment)) that after the patch, there is obvious regression when comparing with Spark.
It is because, although re-importing dictionary values is fast, CometDictionary has an initialization step to copy values from imported dictionary values to an internal Java array. We need to re-use previous CometDictionary's copied Java arrays.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
After #474,
ColumnReader.loadVector
initiatesCometDictionary
after re-import arrays. It is reported by @andygrove (#473 (comment)) that after the patch, there is obvious regression when comparing with Spark.It is because, although re-importing dictionary values is fast,
CometDictionary
has an initialization step to copy values from imported dictionary values to an internal Java array. We need to re-use previousCometDictionary
's copied Java arrays.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: