You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2022/09/09 10:46:39 UTC

[beam] branch master updated (7a3ac2da4e0 -> 134648f0764)

This is an automated email from the ASF dual-hosted git repository.

aromanenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 7a3ac2da4e0 Support models returning a dictionary of outputs (#23087)
     add 134648f0764 [TPC-DS] Store metrics into BigQuery and InfluxDB (#22545)

No new revisions were added by this update.

Summary of changes:
 ...rties.groovy => TpcdsDatabaseProperties.groovy} |  16 +-
 .../job_PostCommit_Java_Tpcds_Dataflow.groovy      |  18 +-
 .../jenkins/job_PostCommit_Java_Tpcds_Flink.groovy |  15 +-
 .../jenkins/job_PostCommit_Java_Tpcds_Spark.groovy | 109 ++------
 ...assic_New_SQL.json => TPC-DS_Dataflow_SQL.json} | 279 +++++++++++----------
 ..._Classic_New_SQL.json => TPC-DS_Flink_SQL.json} | 279 +++++++++++----------
 ...dard.json => TPC-DS_Spark_Classic_New_SQL.json} | 224 +++++++++--------
 sdks/java/testing/tpcds/build.gradle               |   3 +
 .../apache/beam/sdk/tpcds/SqlTransformRunner.java  | 102 +++++++-
 .../org/apache/beam/sdk/tpcds/TpcdsOptions.java    |  64 +++++
 .../java/org/apache/beam/sdk/tpcds/TpcdsRun.java   |   5 +
 .../org/apache/beam/sdk/tpcds/TpcdsRunResult.java  |   4 +-
 .../java/org/apache/beam/sdk/tpcds/TpcdsUtils.java |  12 +
 13 files changed, 648 insertions(+), 482 deletions(-)
 copy .test-infra/jenkins/{NexmarkDatabaseProperties.groovy => TpcdsDatabaseProperties.groovy} (78%)
 copy .test-infra/metrics/grafana/dashboards/perftests_metrics/{Nexmark_Spark_Classic_New_SQL.json => TPC-DS_Dataflow_SQL.json} (65%)
 copy .test-infra/metrics/grafana/dashboards/perftests_metrics/{Nexmark_Spark_Classic_New_SQL.json => TPC-DS_Flink_SQL.json} (65%)
 copy .test-infra/metrics/grafana/dashboards/perftests_metrics/{Nexmark_Spark_Classic_New_Standard.json => TPC-DS_Spark_Classic_New_SQL.json} (71%)