Skip to content

Commit 56fbf15

Browse files
committed
Merge branch 'master' into SPARK-32940
2 parents e5e9a04 + 17e3ca6 commit 56fbf15

File tree

2,080 files changed

+114175
-56820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,080 files changed

+114175
-56820
lines changed

.asf.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ github:
2727
- jdbc
2828
- sql
2929
- spark
30+
enabled_merge_buttons:
31+
merge: false
32+
squash: true
33+
rebase: true

.github/PULL_REQUEST_TEMPLATE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Thanks for sending a pull request! Here are some tips for you:
88
6. If possible, provide a concise example to reproduce the issue for a faster review.
99
7. If you want to add a new configuration, please read the guideline first for naming configurations in
1010
'core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala'.
11-
8. If you want to add or modify an error message, please read the guideline first:
12-
https://spark.apache.org/error-message-guidelines.html
11+
8. If you want to add or modify an error type or message, please read the guideline first in
12+
'core/src/main/resources/error/README.md'.
1313
-->
1414

1515
### What changes were proposed in this pull request?

.github/workflows/benchmark.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
120
name: Run benchmarks
221

322
on:
@@ -48,6 +67,8 @@ jobs:
4867
SPARK_BENCHMARK_CUR_SPLIT: ${{ matrix.split }}
4968
SPARK_GENERATE_BENCHMARK_FILES: 1
5069
SPARK_LOCAL_IP: localhost
70+
# To prevent spark.test.home not being set. See more detail in SPARK-36007.
71+
SPARK_HOME: ${{ github.workspace }}
5172
steps:
5273
- name: Checkout Spark repository
5374
uses: actions/checkout@v2

0 commit comments

Comments
 (0)