This is an automated email from the ASF dual-hosted git repository.
yamamuro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from caa46ce [SPARK-35112][SQL] Support Cast string to day-second interval
add cd689c9 [SPARK-35192][SQL][TESTS] Port minimal TPC-DS datagen code
from databricks/spark-sql-perf
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_and_test.yml | 31 +-
.../scala/org/apache/spark/sql/GenTPCDSData.scala | 445 +++++++++++++++++
.../scala/org/apache/spark/sql/TPCDSBase.scala | 537 +--------------------
.../sql/{TPCDSBase.scala => TPCDSSchema.scala} | 92 +---
4 files changed, 466 insertions(+), 639 deletions(-)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/GenTPCDSData.scala
copy sql/core/src/test/scala/org/apache/spark/sql/{TPCDSBase.scala =>
TPCDSSchema.scala} (83%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]