v.21.6Performance Improvement

ORC Input Format Optimization for Memory Efficiency in Stripe Reading

ORC input format reading by stripe instead of reading entire table into memory by once which is cost memory when file size is huge. #23102 (Chao Ma).