This is an automated email from the ASF dual-hosted git repository.

Gabriel39 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 1035a94b7d0 [fix](case)fix test_hive_lzo_text_format failed case. 
(#63683)
1035a94b7d0 is described below

commit 1035a94b7d0c58feda695bf242ee2da2bb84288d
Author: daidai <[email protected]>
AuthorDate: Wed Jun 3 08:56:47 2026 +0800

    [fix](case)fix test_hive_lzo_text_format failed case. (#63683)
---
 .../hive/scripts/create_preinstalled_scripts/run86.hql           | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run86.hql
 
b/docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run86.hql
index a1d2766bb06..16a003b58c9 100644
--- 
a/docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run86.hql
+++ 
b/docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run86.hql
@@ -1,5 +1,9 @@
+CREATE DATABASE IF NOT EXISTS `multi_catalog`;
+USE `multi_catalog`;
 
-use `multi_catalog`;
+DROP TABLE IF EXISTS text_lzo_format;
+DROP TABLE IF EXISTS text_deprecated_lzo_format;
+DROP TABLE IF EXISTS text_lzo_indexed_format;
 
 -- lzo-hadoop (org.anarres) mapreduce-API LZO text InputFormat
 -- Class is provided by auxlib/lzo-hadoop-1.0.6.jar (cp to /opt/hive/lib on 
boot)
@@ -48,3 +52,6 @@ STORED AS
     INPUTFORMAT  'com.hadoop.mapreduce.LzoTextInputFormat'
     OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
 LOCATION '/user/doris/preinstalled_data/text_lzo';
+
+LOAD DATA LOCAL INPATH '/mnt/scripts/preinstalled_data/text_lzo'
+OVERWRITE INTO TABLE text_lzo_format;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to