Hi,
I am testing AWS Athena Connector (ARP Connector) and it was successfully connecting and i can see all tables and views.
But whenever a table has partitioned column, that column is not displayed in the schema in Dremio and when i do "select * from
" it fails and log says “unexcepted column”
What i want to understand is why Dremio is ignoring column which are partition column ?. I am able to see the column and query without any issue using standard jdbc client like SQLWorkbench.
Could you please provide some light on this issue
Regards