cxzl25 commented on PR #1244: URL: https://github.com/apache/orc/pull/1244#issuecomment-1241821187
> I think the fundamental issue is that ORC is missing code to check and set isRepeating when reading all decimal vectors that are not null. Yes, I agree. I checked all `ColumnVectors`, only `DecimalColumnVector` isRepeating is not being reset. `StructBatchReader#readBatchColumn` always resets the vector, so on reads without type promotion, there is no problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
