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

    https://github.com/apache/spark/pull/3820#discussion_r23207875
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala ---
    @@ -294,14 +294,14 @@ class ParquetQuerySuite extends QueryTest with 
FunSuiteLike with BeforeAndAfterA
         // Check to make sure that the attributes from either side of the join 
have unique expression
         // ids.
         query.queryExecution.analyzed.output.filter(_.name == "myint") match {
    -      case Seq(i1, i2) if(i1.exprId == i2.exprId) =>
    +      case Seq(i1, i2) if i1.exprId == i2.exprId =>
    --- End diff --
    
    Just a remind, `ParquetQuerySuite` is considered deprecated, and I'm going 
to remove it in #4116. I should have added a comment to make this clear. Didn't 
remove it at first because several Parquet PRs were out there and might cause 
unwanted merge conflicts.


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