I encountered the following error when Druid was parsing SQL:

Affected Version
The Druid version is 1.1.10 , I also tried the latest version(1.2.8)
Description
The code I execute is as follows:
jdbcTemplate.execute("CREATE TABLE TRACE_LOG_BK AS (SELECT * FROM TRACE_LOG) DEFINITION ONLY ");