[ https://issues.apache.org/jira/browse/HIVE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742121#action_12742121 ]
Raghotham Murthy commented on HIVE-679: --------------------------------------- @Bill One possibility is to extract the latest version from CHANGES.txt (potentially including CHANGES.txt in an installation). This file has to be modified for every release anyway. Regarding, indentation issues - I think spaces have be replaced by tabs. 1. comment for maxRows in HiveStatement.java 2. In HiveDriver.java: getPropertyInfo, parseURL I also noticed that you include serde.Constants in HiveResultSetMetaData.java. Do you need that? Also, after HIVE-736, you can get hive types of the result set by calling getSchema(). getThriftSchema() return thrift types. > Integrate JDBC driver with SQuirrelSQL for querying > --------------------------------------------------- > > Key: HIVE-679 > URL: https://issues.apache.org/jira/browse/HIVE-679 > Project: Hadoop Hive > Issue Type: New Feature > Components: Clients > Reporter: Bill Graham > Assignee: Bill Graham > Attachments: HIVE-679.1.patch > > > Implement the JDBC methods required to support querying and other basic > commands using the SQuirrelSQL tool. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.