Description
Since CALCITE-1425, the assumption of column names always being simple qualifiers in INSERT/UPDATE target column list has been removed, which means SqlValidator and Sql2RelConverter can handle compound identifiers in those places. Right now we are going to add parser support for compound identifiers.