Skip to content

Commit

Permalink
fix cicd issue for hashjoin microbenchmark (#413)
Browse files Browse the repository at this point in the history
* add hashjoin benchmark

Signed-off-by: liyuan <[email protected]>

* fix the dead link

Signed-off-by: liyuan <[email protected]>

* update the code cell to markdown cell

Signed-off-by: liyuan <[email protected]>

* update the readme doc

Signed-off-by: liyuan <[email protected]>

* fix description issue

Signed-off-by: liyuan <[email protected]>

* fix cicd issue

Signed-off-by: liyuan <[email protected]>

---------

Signed-off-by: liyuan <[email protected]>
  • Loading branch information
nvliyuan authored Jul 25, 2024
1 parent 00d6ec2 commit a240eae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified datasets/tpcds-small.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@
"metadata": {},
"outputs": [],
"source": [
"spark.read.parquet(dataRoot + \"/store_sales\").createOrReplaceTempView(\"store_sales\")\n",
"spark.read.parquet(dataRoot + \"/store_returns\").createOrReplaceTempView(\"store_returns\")\n",
"spark.read.parquet(dataRoot + \"/tpcds/store_sales\").createOrReplaceTempView(\"store_sales\")\n",
"spark.read.parquet(dataRoot + \"/tpcds/store_returns\").createOrReplaceTempView(\"store_returns\")\n",
"\n",
"print(\"-\"*50)\n",
"query = '''\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@
"metadata": {},
"outputs": [],
"source": [
"spark.read.parquet(dataRoot + \"/store_sales\").createOrReplaceTempView(\"store_sales\")\n",
"spark.read.parquet(dataRoot + \"/store_returns\").createOrReplaceTempView(\"store_returns\")\n",
"spark.read.parquet(dataRoot + \"/tpcds/store_sales\").createOrReplaceTempView(\"store_sales\")\n",
"spark.read.parquet(dataRoot + \"/tpcds/store_returns\").createOrReplaceTempView(\"store_returns\")\n",
"\n",
"print(\"-\"*50)\n",
"query = '''\n",
Expand Down

0 comments on commit a240eae

Please sign in to comment.