Skip to content

Commit c8e431f

Browse files
committed
update process data
1 parent baa8ca3 commit c8e431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/index_scripts/03_cu_process_data_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def create_tables():
355355

356356
# Load sample data to search index and database
357357
def bulk_import_json_to_table(json_file, table_name):
358-
with open(file=json_file, mode="r") as f:
358+
with open(file=json_file, mode="r", encoding='utf-8') as f:
359359
data = json.load(f)
360360

361361
if not data:

0 commit comments

Comments
 (0)