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

    https://github.com/apache/spark/pull/16397#discussion_r94026273
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/MultiDatabaseSuite.scala ---
    @@ -80,7 +80,7 @@ class MultiDatabaseSuite extends QueryTest with 
SQLTestUtils with TestHiveSingle
                   |CREATE TABLE t1
                   |USING parquet
                   |OPTIONS (
    -              |  path '$path'
    +              |  path '${dir.toURI.toString}'
    --- End diff --
    
    Oh yes, right. I put the comment about path in the wrong place. I think it 
is now unused in other examples below though like line 241 but maybe not worth 
special casing.


---
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