× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nhilam reported 2013-04-16T18:29:42Z  · SachinPrakash last modified 2013-10-21T19:50:29Z

Statement.executeUpdate(sql) throws java.sql.SQLException: Method not supported


Dev
Emilian Bold
emilianbold
QA
Sachin Prakash
SachinPrakash
Priority Low
Complexity Unknown
Component Hive
Version 14.0

 

In build dev-40, the Hive driver will throw "Method not supported" exception when an SQL statement is executed via the Statement.executeUpdate() method. The same statement works fine when executed via the Statement.execute() method.
 
For example:
String sql = "CREATE TABLE default.test  (a string)";
Statement.execute(sql);  // will succeed
Statement.executeUpdate(sql);  // will succeed in creating the table, but will throw "java.sql.SQLException: Method not supported" afterwards

Issue #8678

Closed
Fixed
Resolved 2013-05-10T15:45:39Z
 
 
Completion
No due date
Fixed Build hive-jdbc 1.0.2
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017