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
DictionaryBlock#getLogicalSizeInBytes() calls dictionary.getRegionSizeInBytes(position, 1); for each position. This is very slow when the dictionary is also a DictionaryBlock. Optimize this will help the OrcWriter, Unnest, and Repartitioning who uses it.