fix integration tests

This commit is contained in:
taiyang-li 2022-04-06 20:51:31 +08:00
parent acbd11ccbc
commit 59e47472f1

View File

@ -229,7 +229,7 @@ def test_orc_minmax_index(
)
assert (
result.strip()
result
== """2021-11-05 abd 15
2021-11-16 aaa 22
"""
@ -296,7 +296,7 @@ def test_parquet_minmax_index(
)
assert (
result.strip()
result
== """2021-11-05 abd 15
2021-11-16 aaa 22
"""