Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.9.0
-
None
-
None
Description
HiveStatement.java currently has an explicit 0 return:
public int getUpdateCount() throws SQLException
{ return 0; }Ideally we ought to emit the exact number of rows affected by the query statement itself.
Attachments
Attachments
Issue Links
- is fixed by
-
HIVE-20218 make sure Statement.executeUpdate() returns number of rows affected
- Closed
- relates to
-
HIVE-8244 INSERT/UPDATE/DELETE should return count of rows affected
- Open