[ https://issues.apache.org/jira/browse/HIVE-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690338#comment-13690338 ]
Hudson commented on HIVE-4172: ------------------------------ Integrated in Hive-trunk-h0.21 #2160 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2160/]) HIVE-4172 : JDBC2 does not support VOID type (Navis via Ashutosh Chauhan) (Revision 1495273) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1495273 Files : * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveResultSetMetaData.java * /hive/trunk/jdbc/src/test/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java * /hive/trunk/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java * /hive/trunk/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java * /hive/trunk/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedValueList.java * /hive/trunk/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java * /hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyFactory.java * /hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyVoid.java * /hive/trunk/service/if/TCLIService.thrift * /hive/trunk/service/src/gen/thrift/gen-cpp/TCLIService_constants.cpp * /hive/trunk/service/src/gen/thrift/gen-cpp/TCLIService_types.cpp * /hive/trunk/service/src/gen/thrift/gen-cpp/TCLIService_types.h * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeId.java * /hive/trunk/service/src/gen/thrift/gen-py/TCLIService/constants.py * /hive/trunk/service/src/gen/thrift/gen-py/TCLIService/ttypes.py * /hive/trunk/service/src/gen/thrift/gen-rb/t_c_l_i_service_constants.rb * /hive/trunk/service/src/gen/thrift/gen-rb/t_c_l_i_service_types.rb * /hive/trunk/service/src/java/org/apache/hive/service/cli/ColumnValue.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/Row.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/Type.java > JDBC2 does not support VOID type > -------------------------------- > > Key: HIVE-4172 > URL: https://issues.apache.org/jira/browse/HIVE-4172 > Project: Hive > Issue Type: Improvement > Components: HiveServer2, JDBC > Affects Versions: 0.11.0 > Reporter: Navis > Assignee: Navis > Priority: Minor > Labels: HiveServer2 > Fix For: 0.12.0 > > Attachments: HIVE-4172.D9555.1.patch, HIVE-4172.D9555.2.patch, > HIVE-4172.D9555.3.patch, HIVE-4172.D9555.4.patch, HIVE-4172.D9555.5.patch > > > In beeline, "select key, null from src" fails with exception, > {noformat} > org.apache.hive.service.cli.HiveSQLException: Error running query: > java.lang.NullPointerException > at > org.apache.hive.service.cli.operation.SQLOperation.run(SQLOperation.java:112) > at > org.apache.hive.service.cli.session.HiveSessionImpl.executeStatement(HiveSessionImpl.java:166) > at > org.apache.hive.service.cli.CLIService.executeStatement(CLIService.java:148) > at > org.apache.hive.service.cli.thrift.ThriftCLIService.ExecuteStatement(ThriftCLIService.java:183) > at > org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1133) > at > org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1118) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at > org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:39) > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira