dongjoon-hyun commented on code in PR #52009:
URL: https://github.com/apache/spark/pull/52009#discussion_r2274307253


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcTest.scala:
##########
@@ -94,8 +94,10 @@ trait OrcTest extends QueryTest with FileBasedDataSourceTest 
with BeforeAndAfter
    * Orc file will be dropped/deleted after `f` returns.
    */
   protected def withOrcTable[T <: Product: ClassTag: TypeTag]
-      (data: Seq[T], tableName: String, testVectorized: Boolean = true)
-      (f: => Unit): Unit = withDataSourceTable(data, tableName, 
testVectorized)(f)
+      (data: Seq[T], tableName: String, testVectorized: Boolean = true
+       , partitionNames: Seq[String] = Seq.empty)

Review Comment:
   The leading indentation looks wrong.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to