Niranjan Jayakar created SPARK-50024:
----------------------------------------

             Summary: Some warn messages should actually use logger instead of 
the warnings module
                 Key: SPARK-50024
                 URL: https://issues.apache.org/jira/browse/SPARK-50024
             Project: Spark
          Issue Type: Improvement
          Components: Connect, PySpark
    Affects Versions: 4.0.0
            Reporter: Niranjan Jayakar


Some warnings messages in the Pyspark connect module are meant more as 
informational. They are now using the 'warnings' module which incorrectly pops 
up not in the log output but rather stdout.

The warnings module should be used only to produce user facing warnings because 
of an action they have taken.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to