This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from afb84e9 [SPARK-30886][SQL] Deprecate two-parameter TRIM/LTRIM/RTRIM functions add 59f1e76 [SPARK-31020][SPARK-31023][SPARK-31025][SPARK-31044][SQL] Support foldable args by `from_csv/json` and `schema_of_csv/json` No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/expressions/ExprUtils.scala | 33 +++++++++------------- .../sql/catalyst/expressions/csvExpressions.scala | 12 +++++--- .../sql/catalyst/expressions/jsonExpressions.scala | 12 +++++--- .../sql-tests/results/csv-functions.sql.out | 6 ++-- .../sql-tests/results/json-functions.sql.out | 6 ++-- .../org/apache/spark/sql/CsvFunctionsSuite.scala | 26 +++++++++++++++++ .../org/apache/spark/sql/JsonFunctionsSuite.scala | 23 ++++++++++++++- 7 files changed, 83 insertions(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org