@@ -74,7 +74,7 @@ suite("test_hive_export_varbinary", "external,hive,external_docker") {
7474
7575 // test outfile to hdfs
7676 def format = " parquet"
77- def export_table_name = " test_hive_export_parquet "
77+ def export_table_name = " test_hive_binary_parquet "
7878
7979 def outfile_url0 = outfile_to_HDFS(format, export_table_name)
8080 order_qt_select_tvf0 """ select * from HDFS(
@@ -85,7 +85,7 @@ suite("test_hive_export_varbinary", "external,hive,external_docker") {
8585 """
8686
8787 format = " parquet"
88- export_table_name = " test_hive_export_orc "
88+ export_table_name = " test_hive_binary_orc "
8989 def outfile_url1 = outfile_to_HDFS(format, export_table_name)
9090 order_qt_select_tvf1 """ select * from HDFS(
9191 "uri" = "${ outfile_url1} .${ format} ",
@@ -95,7 +95,7 @@ suite("test_hive_export_varbinary", "external,hive,external_docker") {
9595 """
9696
9797 format = " orc"
98- export_table_name = " test_hive_export_parquet "
98+ export_table_name = " test_hive_binary_parquet "
9999 def outfile_url2 = outfile_to_HDFS(format, export_table_name)
100100 order_qt_select_tvf2 """ select * from HDFS(
101101 "uri" = "${ outfile_url2} .${ format} ",
@@ -105,7 +105,7 @@ suite("test_hive_export_varbinary", "external,hive,external_docker") {
105105 """
106106
107107 format = " orc"
108- export_table_name = " test_hive_export_orc "
108+ export_table_name = " test_hive_binary_orc "
109109 def outfile_url3 = outfile_to_HDFS(format, export_table_name)
110110 order_qt_select_tvf3 """ select * from HDFS(
111111 "uri" = "${ outfile_url3} .${ format} ",
0 commit comments