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

    https://github.com/apache/spark/pull/17060#discussion_r103071094
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
    @@ -98,7 +98,9 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSQLContext {
     
       /** List of test cases to ignore, in lower cases. */
       private val blackList = Set(
    -    "blacklist.sql"  // Do NOT remove this one. It is here to test the 
blacklist functionality.
    +    "blacklist.sql",  // Do NOT remove this one. It is here to test the 
blacklist functionality.
    +    ".ds_store"       // A meta-file that may be created on Mac by Finder 
App.
    --- End diff --
    
    That's right, you'd have to lower-case both. I think that's clearer.


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