From 37782fe05d230b3b49781d5661eb96bede7a8710 Mon Sep 17 00:00:00 2001 From: Socrates Date: Fri, 1 Nov 2024 20:21:55 +0800 Subject: [PATCH] [fix](regression-test) fix test_hive_serde_prop (#42886) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Proposed changes fellow https://github.com/apache/doris/pull/42200 Null values ​​in text tables are now correctly recognized now. --- .../hive/test_hive_serde_prop.out | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/regression-test/data/external_table_p0/hive/test_hive_serde_prop.out b/regression-test/data/external_table_p0/hive/test_hive_serde_prop.out index 3d45e525ecf69c..fd8e7bb4313ea6 100644 --- a/regression-test/data/external_table_p0/hive/test_hive_serde_prop.out +++ b/regression-test/data/external_table_p0/hive/test_hive_serde_prop.out @@ -28,28 +28,28 @@ b 2.2 2 def -- !8 -- -1 null +1 \N 2 ||| 3 aaa 4 "null" -- !9 -- -1 null +1 \N 2 ||| 3 aaa 4 "null" -- !test_open_csv_default_prop -- 1 John Doe 28 50000.75 TRUE 2022-01-15 2023-10-21 14:30:00 4.5 Senior Developer -2 Jane,Smith FALSE 2020-05-20 ""Project Manager"" +2 Jane,Smith 2020-05-20 ""Project Manager"" -- !test_open_csv_standard_prop -- 1 John Doe 28 50000.75 TRUE 2022-01-15 2023-10-21 14:30:00 4.5 Senior Developer -2 Jane,Smith FALSE 2020-05-20 "Project Manager" +2 Jane,Smith 2020-05-20 "Project Manager" -- !test_open_csv_custom_prop -- 1 John Doe 28 50000.75 TRUE 2022-01-15 2023-10-21 14:30:00 4.5 Senior Developer -2 Jane,Smith FALSE 2020-05-20 "Project Manager" +2 Jane,Smith 2020-05-20 "Project Manager" -- !1 -- a 1.1 @@ -80,13 +80,13 @@ b 2.2 2 def -- !8 -- -1 null +1 \N 2 ||| 3 aaa 4 "null" -- !9 -- -1 null +1 \N 2 ||| 3 aaa 4 "null" @@ -102,3 +102,4 @@ b 2.2 -- !test_open_csv_custom_prop -- 1 John Doe 28 50000.75 TRUE 2022-01-15 2023-10-21 14:30:00 4.5 Senior Developer 2 Jane,Smith FALSE 2020-05-20 "Project Manager" +