dongjoon-hyun commented on pull request #31336:
URL: https://github.com/apache/spark/pull/31336#issuecomment-768786706


   Since this only fails at branch-3.1, I'll revert this first at `branch-3.1` 
only in order to recover the branch.
   - https://github.com/apache/spark/runs/1780772467
   - 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-3.1-test-maven-hadoop-3.2-scala-2.13/195/testReport/junit/org.apache.spark.sql/DSV2CharVarcharTestSuite/SPARK_34233__char_varchar_with_null_value_for_partitioned_columns/
   - Manual
   ```
   $ build/sbt "sql/testOnly *.DSV2CharVarcharTestSuite -- -z SPARK-34233"
   ...
   [info] DSV2CharVarcharTestSuite:
   20:01:55.767 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
   [info] - SPARK-34233: char/varchar with null value for partitioned columns 
*** FAILED *** (4 seconds, 202 milliseconds)
   [info]   Results do not match for query:
   [info]   Timezone: 
sun.util.calendar.ZoneInfo[id="America/Los_Angeles",offset=-28800000,dstSavings=3600000,useDaylight=true,transitions=185,lastRule=java.util.SimpleTimeZone[id=America/Los_Angeles,offset=-28800000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]]
   [info]   Timezone Env: 
   [info]   
   [info]   == Parsed Logical Plan ==
   [info]   'UnresolvedRelation [t], [], false
   [info]   
   [info]   == Analyzed Logical Plan ==
   [info]   i: string, c: string
   [info]   SubqueryAlias testcat.t
   [info]   +- RelationV2[i#54, c#55] testcat.t
   [info]   
   [info]   == Optimized Logical Plan ==
   [info]   RelationV2[i#54, c#55] testcat.t
   [info]   
   [info]   == Physical Plan ==
   [info]   *(1) Project [i#54, c#55]
   [info]   +- BatchScan[i#54, c#55] class 
org.apache.spark.sql.connector.InMemoryTable$InMemoryBatchScan
   [info]   
   [info]   == Results ==
   [info]   
   [info]   == Results ==
   [info]   !== Correct Answer - 0 ==   == Spark Answer - 1 ==
   [info]   !struct<>                   struct<i:string,c:string>
   [info]   !                           [1,null] (QueryTest.scala:243)
   ```
   
   Sorry guys. Please make a revised PR to branch-3.1, @yaooqinn .


----------------------------------------------------------------
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:
[email protected]



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

Reply via email to