Skip to content

Commit

Permalink
Revert dq_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rvu1024 committed Dec 22, 2023
1 parent c78e4c1 commit 7586de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/library/yql/tests/sql/dq_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def normalize_res(res, sort):
for data in r['Write']:
if sort and 'Data' in data:
data['Data'] = sorted(data['Data'])
return res

program_sql = os.path.join(DATA_PATH, suite, '%s.sql' % case)
with codecs.open(program_sql, encoding='utf-8') as program_file_descr:
Expand Down

0 comments on commit 7586de9

Please sign in to comment.