Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21921#discussion_r206944348
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/sources/v2/DataSourceV2Suite.scala 
---
    @@ -121,17 +121,6 @@ class DataSourceV2Suite extends QueryTest with 
SharedSQLContext {
         }
       }
     
    -  test("unsafe row scan implementation") {
    -    Seq(classOf[UnsafeRowDataSourceV2], 
classOf[JavaUnsafeRowDataSourceV2]).foreach { cls =>
    --- End diff --
    
    That's a followup of https://github.com/apache/spark/pull/21118. you 
removed `SupportsScanUnsafeRow` there and then this test becomes meaningless.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to