Hi Team, I am querying parquet files as per below query and getting the error. Please advise
select * from parquetstore.table1 where dir0='2018' and dir1>='1' and dir1<='3' and gid='01U000041' Getting error org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IndexOutOfBoundsException: readerIndex: 0, writerIndex: 1946157056 (expected: 0 <= readerIndex <= writerIndex <= capacity(0)) Fragment: 0:0 Please, refer to logs for more information. [Error Id: b335690a-a814-41dc-ba5f-a3c4d8e3ccc2
