fix code style

This commit is contained in:
taiyang-li 2023-11-02 10:49:18 +08:00
parent dc897215da
commit b142489c3c
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@
<!-- Test in set filter push down to ORC -->
<query>select a % 10, length(b) % 10, count(1) from test_orc_fpd where a in (9000000, 1000) group by a % 10, length(b) % 10 </query>
</test>
</test>

View File

@ -14,4 +14,4 @@
<query>select * from file('test_orc_tfp.orc', 'ORC', 'int64_column Int64, tuple_column Tuple(c Nullable(Int64))') format Null</query>
<query>select * from file('test_orc_tfp.orc', 'ORC', 'int64_column Int64, array_tuple_column Array(Tuple(c Nullable(Int64)))') format Null</query>
<query>select * from file('test_orc_tfp.orc', 'ORC', 'int64_column Int64, map_tuple_column Map(String, Tuple(c Nullable(Int64)))') format Null</query>
</test>
</test>