MaxGekk commented on PR #48288:
URL: https://github.com/apache/spark/pull/48288#issuecomment-2402514691

   @mrk-andreev Could you fix the failed tests:
   ```
   [info] - Error conditions are correctly formatted *** FAILED *** (103 
milliseconds)
   [info]   "...023"
   [info]     },
   [info]     "SCALAR_[FUNCTION_NOT_COMPATIBLE" : {
   [info]       "message" : [
   [info]         "ScalarFunction <scalarFunc> not overrides method 
'produceResult(InternalRow)' with custom implementation."
   [info]       ],
   [info]       "sqlState" : "42K0O"
   [info]     },
   ```
   
   You should reformat `error-conditions.json` by the command:
   ```
   $ SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "core/testOnly 
*SparkThrowableSuite -- -t \"Error conditions are correctly formatted\""
   ```


-- 
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