SCHJonathan commented on PR #53024:
URL: https://github.com/apache/spark/pull/53024#issuecomment-3530340077

   > FYI, please ignore the linter failure. It comes from the master branch and 
is fixed already.
   > 
   > Unfortunately, the `Python`-related errors are still blocking this PR.
   > 
   > ```
   > [info] *** 24 TESTS FAILED ***
   > [error] Failed tests:
   > [error]    org.apache.spark.sql.connect.pipelines.PythonPipelineSuite
   > ```
   
   Thank you @dongjoon-hyun , I took a look, it seems all PythonPipelineSuite 
tests are being cancelled because the CI environment is missing the `zstandard` 
package (and maybe also `googleapis-common-protos` package):
   ```
   ModuleNotFoundError: No module named 'zstandard'
   
   pyspark.errors.exceptions.base.PySparkImportError: [PACKAGE_NOT_INSTALLED] 
zstandard >= 0.25.0 must be installed; however, it was not found.
   ```
   Shall I make a quick PR to update the CI deps


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