Github user rick-ibm commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8982#discussion_r41649765
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala 
---
    @@ -464,5 +476,6 @@ class JDBCSuite extends SparkFunSuite with 
BeforeAndAfter with SharedSQLContext
         assert(Postgres.getTableExistsQuery(table) == limitQuery)
         assert(db2.getTableExistsQuery(table) == defaultQuery)
         assert(h2.getTableExistsQuery(table) == defaultQuery)
    +    assert(derby.getTableExistsQuery(table) == defaultQuery)
    --- End diff --
    
    Thanks for the review comments, Reynold and Michael. Hopefully, my last 
commit (e6022ed) addresses your concerns:
    
    o I adjusted the indentation of a method signature, per Reynold's advice.
    
    o I simplified an "if" expression, also per Reynold's advice. However, I 
have a question about this change (see my comment above on the line in 
question).
    
    Thanks,
    -Rick


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