Github user chenghao-intel commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6435#discussion_r31127337
  
    --- Diff: 
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
 ---
    @@ -151,4 +155,33 @@ class CliSuite extends FunSuite with BeforeAndAfter 
with Logging {
             -> "hive_test"
         )
       }
    +
    +  test("Commands using SerDe provided in --jars") {
    +    val jarFile =
    +      "../hive/src/test/resources/hive-hcatalog-core-0.13.1.jar"
    +        .split("/")
    +        .mkString(File.separator)
    +
    +    val dataFilePath =
    +      
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
    +
    +    runCliWithin(1.minute, Seq("--jars", s"$jarFile"))(
    --- End diff --
    
    Probably we also need to add test suite for metastore `version` - `0.12.0`. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to