Re: Hive's JDBC Driver version

2011-04-28 Thread Bill Graham
+1 on pulling all version info from the manifest. That was generally seen as the best approach when getVersion was implemented. See https://issues.apache.org/jira/browse/HIVE-760 for the discussion. This makes it easier to automatically inject versions at build/release time. On Thu, Apr 28, 2011

Hive's JDBC Driver version

2011-04-28 Thread Curtis Boyden
Hello Hive People! I need to know what version of the Hive JDBC Driver I am working with so that I know what to expect back for column names when I execute a Select statement. For example in 0.5.0 "SELECT account_id FROM account" yields the column name "_col0" whereas in 0.6.0 th