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

    https://github.com/apache/spark/pull/3157#discussion_r21878955
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala ---
    @@ -450,7 +452,9 @@ class ParquetQuerySuite extends QueryTest with 
FunSuiteLike with BeforeAndAfterA
       }
     
       test("make RecordFilter for simple predicates") {
    -    def checkFilter[T <: FilterPredicate](predicate: Expression, defined: 
Boolean = true): Unit = {
    +    def checkFilter[T <: FilterPredicate : ClassTag](
    --- End diff --
    
    This does not eliminate the warning for me:
    ```
    [warn] 
.../spark/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala:461:
 abstract type T is unchecked since it is eliminated by erasure
    ```



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to