In the latest version of drill, the dir columns are coming by default when giving a 'select *' on a parquet file. Is there a way we can disable them?
The query: 'Select * from dfs.`C:\Sample.parquet` where EmpID <>'null''
The result for the above query is coming as:
dir0 | dir1 | dir2 | dir3 | EmpID
I just need the EmpID column. But the dir columns are coming by default. Tested in drill 1.20.1 and 1.20.2 as well. Same resultset.