Details
-
Type: Sub-task
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.6.0
-
Fix Version/s: 3.10.0
-
Component/s: con.hive, con.impala
-
Labels:None
-
Target Version:
Description
We should highlight the currently executed statement.
That way we can the that the error is for 'SELECT foo FROM':
CREATE TABLE test_multiple_statements_with_error (a int);
DROP TABLE test_multiple_statements_with_error;
SELECT foo FROM