diff --git a/pilot/connections/rdbms/conn_clickhouse.py b/pilot/connections/rdbms/conn_clickhouse.py index a4ed46c32..c4b6b5a28 100644 --- a/pilot/connections/rdbms/conn_clickhouse.py +++ b/pilot/connections/rdbms/conn_clickhouse.py @@ -46,7 +46,7 @@ class ClickhouseConnect(RDBMSDatabase): def get_indexes(self, table_name): """Get table indexes about specified table.""" - return """""" + return "" def get_show_create_table(self, table_name): """Get table show create table about specified table."""