siying commented on PR #41578:
URL: https://github.com/apache/spark/pull/41578#issuecomment-1608478485

   @MaxGekk here are the only error messages in CI and I assume it is not 
related:
   
   ```
   Run PYTHON_EXECUTABLE=python3.9 ./dev/lint-python
   starting python compilation test...
   python compilation succeeded.
   
   starting black test...
   black checks passed.
   
   starting flake8 test...
   flake8 checks passed.
   
   starting mypy annotations test...
   annotations failed mypy checks:
   python/pyspark/sql/types.py:149: error: Signature of "__call__" incompatible 
with supertype "type"  [override]
   python/pyspark/sql/types.py:149: note:      Superclass:
   python/pyspark/sql/types.py:149: note:          def __call__(self, *args: 
Any, **kwds: Any) -> Any
   python/pyspark/sql/types.py:149: note:      Subclass:
   python/pyspark/sql/types.py:149: note:          def __call__(cls) -> 
<nothing>
   python/pyspark/sql/observation.py:115: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/linalg/__init__.py:1620: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/linalg/__init__.py:1629: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/util.py:662: error: Decorated property not supported  
[misc]
   python/pyspark/ml/util.py:671: error: Decorated property not supported  
[misc]
   python/pyspark/ml/torch/distributor.py:770: error: Incompatible types in 
assignment (expression has type "TextIO", variable has type "BinaryIO")  
[assignment]
   python/pyspark/ml/torch/distributor.py:771: error: Argument 1 to "write" of 
"IO" has incompatible type "str"; expected "bytes"  [arg-type]
   python/pyspark/mllib/regression.py:120: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/regression.py:126: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/classification.py:76: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/classification.py:217: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/classification.py:225: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/base.py:399: error: Decorated property not supported  
[misc]
   python/pyspark/ml/connect/base.py:325: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/wrapper.py:271: error: unused "type: ignore" comment
   python/pyspark/ml/wrapper.py:452: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tree.py:49: error: Decorated property not supported  [misc]
   python/pyspark/ml/tree.py:55: error: Decorated property not supported  [misc]
   python/pyspark/ml/tree.py:61: error: Decorated property not supported  [misc]
   python/pyspark/ml/tree.py:221: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tree.py:227: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tree.py:233: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tree.py:239: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tree.py:245: error: Decorated property not supported  
[misc]
   python/pyspark/ml/recommendation.py:612: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/recommendation.py:618: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/recommendation.py:627: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/fpm.py:127: error: Decorated property not supported  [misc]
   
python/pyspark/ml/fpm.py:[13](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:14)7:
 error: Decorated property not supported  [misc]
   python/pyspark/ml/feature.py:1222: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:1892: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:1900: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:1908: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:2258: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:2473: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:2823: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:2831: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:3332: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4010: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4018: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4462: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4470: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4835: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:4846: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:5630: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:5638: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:6266: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:6275: error: Decorated property not supported  
[misc]
   python/pyspark/ml/feature.py:6732: error: Decorated property not supported  
[misc]
   
python/pyspark/ml/feature.py:7[14](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:15)7:
 error: Decorated property not supported  [misc]
   python/pyspark/ml/feature.py:7422: error: Decorated property not supported  
[misc]
   python/pyspark/ml/tuning.py:464: error: Argument 1 to "list" has 
incompatible type "ValuesView[Params]"; expected "Iterable[Evaluator]"  
[arg-type]
   python/pyspark/ml/regression.py:456: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:464: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:472: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:480: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:520: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:528: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:537: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:546: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:555: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:574: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:590: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:606: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:621: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:638: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:654: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:662: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:670: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:678: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:980: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:988: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:997: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/regression.py:1603: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:1992: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2311: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2319: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2327: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2737: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2745: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2753: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2795: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2803: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2812: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2820: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2828: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2836: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2844: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2866: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2874: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2882: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2893: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2910: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2918: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2926: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2937: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:2948: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:3283: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:3291: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/regression.py:3299: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/clustering.py:86: error: Decorated property not supported  
[misc]
   python/pyspark/ml/clustering.py:94: error: Decorated property not supported  
[misc]
   python/pyspark/ml/clustering.py:102: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:110: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:118: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:126: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:134: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:213: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:223: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:239: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:249: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:532: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:540: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:548: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:564: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:686: error: Decorated property not supported 
 [misc]
   python/pyspark/ml/clustering.py:1024: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/clustering.py:1248: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:183: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:287: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:338: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:346: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:354: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:363: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:389: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:397: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:405: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:413: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:428: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:438: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:447: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:455: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:464: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:488: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:498: error: Decorated property not 
supported  [misc]
   
python/pyspark/ml/classification.py:5[15](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:16):
 error: Decorated property not supported  [misc]
   python/pyspark/ml/classification.py:539: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:548: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:558: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:567: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:577: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:860: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:868: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:1530: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:1539: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:1548: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:1556: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:1564: error: Decorated property not 
supported  [misc]
   
python/pyspark/ml/classification.py:[16](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:17)12:
 error: Decorated property not supported  [misc]
   python/pyspark/ml/classification.py:1621: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:2282: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:2288: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:2770: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:3021: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:3029: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:3037: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:3314: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:4230: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:4238: error: Decorated property not 
supported  [misc]
   python/pyspark/ml/classification.py:4246: error: Decorated property not 
supported  [misc]
   python/pyspark/streaming/context.py:384: error: Argument 1 to "parallelize" 
of "SparkContext" has incompatible type "RDD[T]"; expected "Iterable[T]"  
[arg-type]
   python/pyspark/streaming/context.py:390: error: Argument 1 to "parallelize" 
of "SparkContext" has incompatible type "RDD[T]"; expected "Iterable[T]"  
[arg-type]
   python/pyspark/mllib/recommendation.py:211: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/feature.py:254: error: Decorated property not supported 
 [misc]
   python/pyspark/mllib/feature.py:262: error: Decorated property not supported 
 [misc]
   python/pyspark/mllib/feature.py:270: error: Decorated property not supported 
 [misc]
   python/pyspark/mllib/feature.py:278: error: Decorated property not supported 
 [misc]
   python/pyspark/mllib/evaluation.py:88: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:97: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:164: error: Decorated property not 
supported  [misc]
   
python/pyspark/mllib/evaluation.py:[17](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:18)3:
 error: Decorated property not supported  [misc]
   
python/pyspark/mllib/evaluation.py:[18](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:19)2:
 error: Decorated property not supported  [misc]
   
python/pyspark/mllib/evaluation.py:[19](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:20)1:
 error: Decorated property not supported  [misc]
   
python/pyspark/mllib/evaluation.py:[20](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:21)0:
 error: Decorated property not supported  [misc]
   python/pyspark/mllib/evaluation.py:351: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:360: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:369: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:377: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:386: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:485: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:617: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:626: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:635: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:644: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:652: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/evaluation.py:661: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/linalg/distributed.py:503: error: Decorated property 
not supported  [misc]
   python/pyspark/mllib/linalg/distributed.py:520: error: Decorated property 
not supported  [misc]
   python/pyspark/mllib/linalg/distributed.py:528: error: Decorated property 
not supported  [misc]
   python/pyspark/mllib/clustering.py:82: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:89: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:284: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:290: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:535: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:544: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:555: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:781: error: Decorated property not 
supported  [misc]
   python/pyspark/mllib/clustering.py:949: error: Decorated property not 
supported  [misc]
   Found 199 errors in 
[24](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:25)
 files (checked 
[66](https://github.com/siying/spark/actions/runs/5342031946/jobs/9725463342#step:16:67)8
 source files)
   1
   Error: Process completed with exit code 1.
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to