Hive table created with a ROW FORMAT SERDE cannot be queried or described
说明
If a Hive table is created with a ROW FORMAT SERDE '', it can't be queried or described. The same table functions as expected in another product (Beeline). For CSV files, ROW FORMAT DELIMITED works, but using the CSV Serde as in ROW FORMAT SERDE... does not work in Toad Data Point. No serde based tables are queryable through Toad Data Point.
解决办法
Add "UseNativeQuery=1" to the ConnectionString. After doing this, users can query all tables, including all the Row format Serde tables in the system.