Skip to content

Commit

Permalink
Merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestUser committed Oct 18, 2021
1 parent 8dfc331 commit 8fdfce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def create_table(source, fields):
engine = 'Log'

ch_field_types = utils.get_ch_fields_config()
ch_fields = map(get_ch_field_name, fields)
ch_fields = list(map(get_ch_field_name, fields))

for i in range(len(fields)):
field_statements.append(field_tmpl.format(name= ch_fields[i],
Expand Down

0 comments on commit 8fdfce5

Please sign in to comment.