Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33483][INFRA][TESTS] Fix rat exclusion patterns and add a LICENSE - #30418
[SPARK-33483][INFRA][TESTS] Fix rat exclusion patterns and add a LICENSE#30418dongjoon-hyun wants to merge 2 commits into
Conversation
dongjoon-hyun
commented
Nov 19, 2020
cc @rdblue , @HyukjinKwon , @viirya |
dongjoon-hyun
commented
Nov 19, 2020
cc @ScrapCodes for SPARK-1144, too |
| .*txt | ||
| .*json | ||
| .*data |
There was a problem hiding this comment.
Does it also apply to above .txt, .json, .data?
There was a problem hiding this comment.
To be safe, yes. Those are also looks suspicious.
sunchao
commented
Nov 19, 2020
nice find @dongjoon-hyun ! |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test starting |
dongjoon-hyun
commented
Nov 19, 2020
Thanks. @viirya , @HyukjinKwon , @sunchao . |
catalogcatalog| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
| # |
There was a problem hiding this comment.
I created a JIRA because I touch this file inevitabily.
There was a problem hiding this comment.
For this change, we need to wait for the full test result of GitHub Action.
catalogcatalogcatalog| .*\.avsc | ||
| .*\.txt | ||
| .*\.json | ||
| .*\.data |
There was a problem hiding this comment.
This hides the directory data and metadata.
| .*\.txt | ||
| .*\.json | ||
| .*\.data | ||
| .*\.log |
There was a problem hiding this comment.
This hides catalog directory.
| .*\.res | ||
| flights_tiny.txt.1 | ||
| over1k | ||
| over10k |
There was a problem hiding this comment.
I see. I checked these are .txt
| flights_tiny.txt.1 | ||
| over1k | ||
| over10k | ||
| exported_table/* |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test status failure |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test starting |
ScrapCodes
commented
Nov 19, 2020
@dongjoon-hyun Thanks for fixing this. My bad, this bug have existed for years. |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 19, 2020
Test build #131314 has finished for PR 30418 at commit
|
HyukjinKwon
commented
Nov 19, 2020
retest this please |
SparkQA
commented
Nov 19, 2020
Test build #131316 has finished for PR 30418 at commit
|
SparkQA
commented
Nov 19, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test status failure |
dongjoon-hyun
commented
Nov 19, 2020
Thank you, @HyukjinKwon , @viirya , @ScrapCodes , @sunchao . |
SparkQA
commented
Nov 19, 2020
Test build #131323 has finished for PR 30418 at commit
|
What changes were proposed in this pull request?
This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0)
Why are the changes needed?
This prevents the situation like #30415.
Currently, it missed
catalogdirectory due to.logrule.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CI with the new rule.