Hi,
I'm testing SQLDeveloper with Hive. It works generally but I found some queries are not properly parsed. For example:
Query: DESCRIBE FORMATTED <tablename>;
Error: oracle.dbtools.db.ResultSetFormatter.formatResults(ResultSetFormatter.java:87)
SQL Developer version: Versión 4.1.3.20
Cloudera JDBC Driver for Apache Hive 2.5.18
Is there any way to export the result as plain text without trying to parse the result?
P.S.: To support Hive in SQLDeveloper I followed https://community.hortonworks.com/articles/1887/connect-oracle-sql-developer-to-hive.html