bzhaoopenstack commented on PR #37235:
URL: https://github.com/apache/spark/pull/37235#issuecomment-1192303320

   > this failure needs be fixed
   > 
   > ```
   > ======================================================================
   > ERROR [0.436s]: test_missing 
(pyspark.pandas.tests.indexes.test_base.IndexesTest)
   > ----------------------------------------------------------------------
   > Traceback (most recent call last):
   >   File 
"/__w/spark/spark/python/pyspark/pandas/tests/indexes/test_base.py", line 508, 
in test_missing
   >     getattr(psdf.set_index(["a", "b"]).index, name)()
   > TypeError: putmask() missing 2 required positional arguments: 'mask' and 
'value'
   > ----------------------------------------------------------------------
   > ```
   > 
   > as to the linter failure, you may just run `dev/reformat-python`
   
   Hi Zheng, Thank you very much. But I think I need some helps about the 
MultiIndex putmask.
   I didn't find any usecase about MultiIndex putmask, and the behaviors 
between pandas and numpy are different too. So I'm still not verify the putmask 
func I introduced work well. Could you pls show some usecases for helping this?
   
   BTW, This due to I didn't remove the 'putmask' in MultiIndex missing List. 
;-). 


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