× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nhilam reported Apr 16, 2013  · SachinPrakash last modified Oct 21, 2013

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 May 10, 2013
 
 
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