Skip to content

Commit

Permalink
fix git Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdzs0612 authored Mar 22, 2024
1 parent edd9ae9 commit cd97409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sql/test_catalog/R/test_iceberg_hadoop_catalog
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ create table ice_hadoop${uuid0}.ice_hadoop_db${uuid0}.test_double_as as select *
-- !result
describe ice_hadoop${uuid0}.ice_hadoop_db${uuid0}.test_double_as;
-- result:
c0\tDOUBLE\tYes\tfalse\tNone\t
c0 DOUBLE Yes false None
-- !result
drop table ice_hadoop${uuid0}.ice_hadoop_db${uuid0}.test_double_as;
-- result:
Expand All @@ -59,4 +59,4 @@ shell: ossutil64 rm -rf oss://${oss_bucket}/test_catalog/test_iceberg_hadoop_cat
-- result:
0

-- !result
-- !result

0 comments on commit cd97409

Please sign in to comment.