-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.1
-
Fix Version/s: 0.10.0
-
Component/s: Query Processor
-
Labels:None
-
Hadoop Flags:Reviewed
insert into statement works as expected when the target table is not prefixed with database name. It does append correctly.
However, if I specify a database name prefixing the target table, the statement just overwrites instead of appends:
insert into table my_database.target select * from source;