dongjoon-hyun commented on a change in pull request #24881: 
[SPARK-23160][SQL][TEST] Port window.sql
URL: https://github.com/apache/spark/pull/24881#discussion_r295521250
 
 

 ##########
 File path: 
sql/core/src/test/resources/sql-tests/results/udf/udf-inner-join.sql.out
 ##########
 @@ -59,9 +59,51 @@ struct<>
 -- !query 6
 SELECT tb.* FROM ta INNER JOIN tb ON ta.a = tb.a AND ta.tag = tb.tag
 -- !query 6 schema
-struct<a:string,tag:string>
+struct<>
 -- !query 6 output
-1      a
-1      a
-1      b
-1      b
+java.util.concurrent.ExecutionException
+org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in 
stage 1975.0 failed 1 times, most recent failure: Lost task 0.0 in stage 1975.0 
(TID 91756, localhost, executor driver): java.lang.IllegalArgumentException: 
port out of range:459092027
 
 Review comment:
   Ur, please regenerate this test file.
   This output is wrong.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to