mirror of https://github.com/apache/druid.git
b74cb7624d
For a query like INSERT INTO tablename SELECT channel, added as count FROM wikipedia the error message is Encountered "as count". However, for the insert statement INSERT INTO t SELECT channel, added as count FROM wikipedia PARTITIONED BY ALL returns INSERT statements must specify PARTITIONED BY clause explictly (incorrectly). This PR corrects this. Add EOF to end of Druid SQL Insert statements Rename SQL Insert statements in the parser to reflect the behaviour change |
||
---|---|---|
.. | ||
src | ||
pom.xml |