Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions dev/.rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jquery.dataTables.1.10.18.min.js
jquery.mustache.js
jsonFormatter.min.css
jsonFormatter.min.js
.*avsc
.*txt
.*json
.*data
.*log
.*\.avsc
.*\.txt
.*\.json
.*\.data
.*\.log
cloudpickle.py
heapq3.py
join.py
Expand Down Expand Up @@ -92,17 +92,17 @@ local-1430917381535_2
DESCRIPTION
NAMESPACE
test_support/*
.*Rd
.*\.Rd
help/*
html/*
INDEX
.lintr
gen-java.*
.*avpr
.*parquet
.*\.avpr
.*\.parquet
spark-deps-.*
.*csv
.*tsv
.*\.csv
.*\.tsv
.*\.sql
.Rbuildignore
META-INF/*
Expand All @@ -112,3 +112,11 @@ kafka-source-initial-offset-version-2.1.0.bin
kafka-source-initial-offset-future-version.bin
announce.tmpl
vote.tmpl
_metadata
_SUCCESS
part-00000
.*\.res
flights_tiny.txt.1
over1k
over10k
exported_table/*
18 changes: 18 additions & 0 deletions sql/hive/src/test/resources/data/scripts/test_transform.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
import sys

delim = sys.argv[1]
Expand Down