You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/05 22:35:37 UTC

[GitHub] [spark] anuragmantri commented on pull request #26831: [SPARK-30201][SQL] HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT

anuragmantri commented on pull request #26831:
URL: https://github.com/apache/spark/pull/26831#issuecomment-703925612


   @ulysses-you @cloud-fan - I verified this issue is present in branch-2.4. (By running the unit test and observing the failure.) 
   `[info]   == Results ==
   [info]   !== Correct Answer - 1 ==   == Spark Answer - 1 ==
   [info]   !struct<>                   struct<hex(c):string>
   [info]   ![AABBCC]                   [EFBFBDEFBFBDEFBFBD] (QueryTest.scala:163)
   [info]   org.scalatest.exceptions.TestFailedException:`
   
   I created a PR for backport into 2.4 branch - https://github.com/apache/spark/pull/29948 could you please take a look? There were no conflicts in the cherry-pick (except for import ordering). Thanks.
   
   CC: @dongjoon-hyun 


----------------------------------------------------------------
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:
users@infra.apache.org



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