Skip to content

Commit

Permalink
ARROW-5521: [Packaging] Use Apache RAT 0.13
Browse files Browse the repository at this point in the history
Author: Antoine Pitrou <antoine@python.org>

Closes #4486 from pitrou/ARROW-5521-rat-0-13 and squashes the following commits:

62debb5 <Antoine Pitrou> ARROW-5521:  Use Apache RAT 0.13
  • Loading branch information
pitrou authored and xhochy committed Jun 6, 2019
1 parent b492975 commit 052130a
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev/release/rat_exclude_files.txt
Expand Up @@ -134,6 +134,7 @@ go/*.tmpldata
go/*.s
js/.npmignore
js/closure-compiler-scripts/*
js/src/fb/*.ts
python/cmake_modules/FindPythonLibsNew.cmake
python/cmake_modules/SnappyCMakeLists.txt
python/cmake_modules/SnappyConfig.h
Expand Down
2 changes: 1 addition & 1 deletion dev/release/run-rat.sh
Expand Up @@ -18,7 +18,7 @@
# under the License.
#

RAT_VERSION=0.12
RAT_VERSION=0.13

# download apache rat
if [ ! -f apache-rat-${RAT_VERSION}.jar ]; then
Expand Down
17 changes: 17 additions & 0 deletions js/test/inference/column.ts
@@ -1,3 +1,20 @@
// 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 { Data } from '../../src/data';
import { Field } from '../../src/schema';
import { Column } from '../../src/column';
Expand Down
17 changes: 17 additions & 0 deletions js/test/inference/nested.ts
@@ -1,3 +1,20 @@
// 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 { Data } from '../../src/data';
import { Field } from '../../src/schema';
import { DataType } from '../../src/type';
Expand Down
17 changes: 17 additions & 0 deletions js/test/inference/visitor/get.ts
@@ -1,3 +1,20 @@
// 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 {
Data, Vector,
Bool, List, Dictionary
Expand Down

0 comments on commit 052130a

Please sign in to comment.