MaxGekk commented on PR #38122:
URL: https://github.com/apache/spark/pull/38122#issuecomment-1273402674
@itholic Please, fix the test failures:
```
[error]
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala:1006:25:
parameter 'messageParameters' is already specified at parameter position 2
[error] Note that 'errorSubClass' is not a parameter name of the invoked
method.
[error] messageParameters = Map("optionName" -> optionName))
[error] ^
[error]
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala:1044:25:
parameter 'messageParameters' is already specified at parameter position 2
[error] Note that 'errorSubClass' is not a parameter name of the invoked
method.
[error] messageParameters = Map.empty)
[error] ^
[error] two errors found
```
--
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]