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

morningman 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 beef40f1fe1 [fix](regression-test) fix test_hive_serde_prop (#42886)
beef40f1fe1 is described below

commit beef40f1fe1bbeff15cd387cf2c7d86fe88c62ec
Author: Socrates <[email protected]>
AuthorDate: Fri Nov 1 20:21:55 2024 +0800

    [fix](regression-test) fix test_hive_serde_prop (#42886)
    
    ## Proposed changes
    fellow https://github.com/apache/doris/pull/42200
    
    Null values ​​in text tables are now correctly recognized now.
---
 .../data/external_table_p0/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 3d45e525ecf..fd8e7bb4313 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"
+


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

Reply via email to