This is not from the adapter, but from Calcite's SQL parsing. By default, Calcite's parser will convert all unquoted names to uppercase. See the unquotedCasing property of the parser config. -- Michael Mior [email protected]
Le lun. 9 mars 2020 à 02:59, Xiangwei Wei <[email protected]> a écrit : > > In Cassandra Adapter, column name is converted to upper case if it's not > surrounded by double quotation. How can I change it to lower case by > default? > > -- > Best, > Xiangwei Wei
