Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ORC reader issue with bystream reader (#7988)
Resolves issue with ORC reader. There were two issues, There was a missing check to keep number of streams that needs to be accessed. The position which was being used to calculate buffer length was wrong, and assigned non-zero value for a stream whose length is zero. Authors: - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) Approvers: - Ayush Dattagupta (https://github.com/ayushdg) - Paul Taylor (https://github.com/trxcllnt) - Devavret Makkar (https://github.com/devavret) URL: #7988
- Loading branch information