Closed luhea closed 10 hours ago
trino:464 hive:3.1.3 Trino-cli:463
DDL SQL:CREATE TABLE test1.test1 ( id int,name string) WITH ( format = 'TEXTFILE',textfile_field_separator ='\t') Error:failed: textfile_field_separator must be a single character string, but was: '\t'
Could you use chr(9) instead?
chr(9)
trino:464 hive:3.1.3 Trino-cli:463
DDL SQL:CREATE TABLE test1.test1 ( id int,name string) WITH ( format = 'TEXTFILE',textfile_field_separator ='\t') Error:failed: textfile_field_separator must be a single character string, but was: '\t'