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

    https://github.com/apache/spark/pull/22614#discussion_r223139874
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientSuite.scala 
---
    @@ -87,6 +90,18 @@ class HiveClientSuite(version: String)
         assert(filteredPartitions.size == testPartitionCount)
       }
     
    +  test(s"getPartitionsByFilter should throw an exception if 
$partPruningFallbackKey=false") {
    +    withSQLConf(SQLConf.HIVE_METASTORE_PARTITION_PRUNING_FALLBACK.key -> 
"false") {
    --- End diff --
    
    Ok will do.


---

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

Reply via email to