Hyukjin Kwon created SPARK-37436:
------------------------------------
Summary: Uses Python's standard string formatter for SQL API in
pandas API on Spark
Key: SPARK-37436
URL: https://issues.apache.org/jira/browse/SPARK-37436
Project: Spark
Issue Type: Test
Components: PySpark
Affects Versions: 3.3.0
Reporter: Hyukjin Kwon
Currently {{pyspark.pandas.sql}} uses its own hacky parser:
https://github.com/apache/spark/blob/master/python/pyspark/pandas/sql_processor.py
We should ideally switch it to the standard Python formatter
https://docs.python.org/3/library/string.html#custom-string-formatting
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]