dongjoon-hyun commented on code in PR #44190:
URL: https://github.com/apache/spark/pull/44190#discussion_r1416261141
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:
##########
@@ -914,8 +914,8 @@ private[sql] object QueryCompilationErrors extends
QueryErrorsBase with Compilat
unsupportedTableOperationError(table.name(), "either micro-batch or
continuous scan")
}
- def unsupportedAppendInBatchModeError(table: Table): Throwable = {
- unsupportedTableOperationError(table.name(), "append in batch mode")
+ def unsupportedAppendInBatchModeError(name: String): Throwable = {
+ unsupportedTableOperationError(name, "append in batch mode")
Review Comment:
When we change `src/main`, you don't need to use `[TESTS]`, @allisonwang-db .
--
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]