Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20305#discussion_r162270415
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionStateBuilder.scala 
---
    @@ -101,6 +102,7 @@ class HiveSessionStateBuilder(session: SparkSession, 
parentState: Option[Session
           override def strategies: Seq[Strategy] = {
             experimentalMethods.extraStrategies ++
               extraPlanningStrategies ++ Seq(
    --- End diff --
    
    Looks like the ordering matters, If I put Hive related strategies in the 
end, some unit tests will be failed.


---

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

Reply via email to