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

dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new d8b788e  [SPARK-29854][SQL][TESTS][FOLLOWUP] Regenerate 
string-functions.sql.out
d8b788e is described below

commit d8b788e60508e5e6475d10c383035a3e0e1ac39e
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Sat May 23 14:57:30 2020 -0700

    [SPARK-29854][SQL][TESTS][FOLLOWUP] Regenerate string-functions.sql.out
---
 .../test/resources/sql-tests/results/ansi/string-functions.sql.out    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sql/core/src/test/resources/sql-tests/results/ansi/string-functions.sql.out 
b/sql/core/src/test/resources/sql-tests/results/ansi/string-functions.sql.out
index b507713..3329150 100644
--- 
a/sql/core/src/test/resources/sql-tests/results/ansi/string-functions.sql.out
+++ 
b/sql/core/src/test/resources/sql-tests/results/ansi/string-functions.sql.out
@@ -63,7 +63,7 @@ struct<locate(bar, foobarbar, 1):int,locate(CAST(NULL AS 
STRING), foobarbar, 1):
 -- !query
 select left("abcd", 2), left("abcd", 5), left("abcd", '2'), left("abcd", null)
 -- !query schema
-struct<left(abcd, 2):string,left(abcd, 5):string,left(abcd, 
2):string,left(abcd, NULL):string>
+struct<left('abcd', 2):string,left('abcd', 5):string,left('abcd', 
'2'):string,left('abcd', NULL):string>
 -- !query output
 ab     abcd    ab      NULL
 
@@ -80,7 +80,7 @@ invalid input syntax for type numeric: a
 -- !query
 select right("abcd", 2), right("abcd", 5), right("abcd", '2'), right("abcd", 
null)
 -- !query schema
-struct<right(abcd, 2):string,right(abcd, 5):string,right(abcd, 
2):string,right(abcd, NULL):string>
+struct<right('abcd', 2):string,right('abcd', 5):string,right('abcd', 
'2'):string,right('abcd', NULL):string>
 -- !query output
 cd     abcd    cd      NULL
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to