This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new a19e1b830 minor: remove unneeded files from project root (#2863)
a19e1b830 is described below
commit a19e1b8302c88b9433ca2707c0de560ebd15ace7
Author: kmitchener <[email protected]>
AuthorDate: Sun Jul 10 14:48:39 2022 -0400
minor: remove unneeded files from project root (#2863)
---
.dir-locals.el | 22 -----------------
.env | 74 --------------------------------------------------------
.gitattributes | 6 -----
.hadolint.yaml | 24 ------------------
.readthedocs.yml | 19 ---------------
5 files changed, 145 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 06090cfe9..000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,22 +0,0 @@
-;;; 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.
-
-((sh-mode . ((indent-tabs-mode . nil)
- (sh-indentation . 2)
- (sh-basic-offset . 2)))
- (cmake-mode . ((indent-tabs-mode . nil)))
- (powershell-mode . ((indent-tabs-mode . nil))))
diff --git a/.env b/.env
deleted file mode 100644
index 1668ae846..000000000
--- a/.env
+++ /dev/null
@@ -1,74 +0,0 @@
-# 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.
-
-# All of the following environment variables are required to set default values
-# for the parameters in docker-compose.yml.
-
-# empty prefix means that the docker-compose configuration will use named
-# volumes which potentially improves the performance on docker for macos and
-# docker for windows, it also prevents the contamination of the source
-# directory
-# a non-empty prefix means that directories from the host are bind-mounted
-# into the container, it should be set to ".docker/" on github actions to keep
-# the cache plugin functional
-DOCKER_VOLUME_PREFIX=
-
-# turn on inline build cache, this is a docker buildx feature documented
-# at https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
-COMPOSE_DOCKER_CLI_BUILD=1
-DOCKER_BUILDKIT=1
-BUILDKIT_INLINE_CACHE=1
-
-# different architecture notations
-ARCH=amd64
-ARCH_ALIAS=x86_64
-ARCH_SHORT_ALIAS=x64
-
-ULIMIT_CORE=-1
-REPO=apache/arrow-dev
-CUDA=9.1
-DEBIAN=10
-UBUNTU=20.04
-FEDORA=33
-PYTHON=3.6
-LLVM=11
-CLANG_TOOLS=8
-RUST=nightly-2022-01-17
-GO=1.15
-NODE=14
-MAVEN=3.5.4
-JDK=8
-NUMPY=latest
-PANDAS=latest
-DASK=latest
-TURBODBC=latest
-KARTOTHEK=latest
-HDFS=3.2.1
-SPARK=master
-DOTNET=3.1
-R=4.0
-ARROW_R_DEV=TRUE
-# These correspond to images on Docker Hub that contain R, e.g.
rhub/ubuntu-gcc-release:latest
-R_ORG=rhub
-R_IMAGE=ubuntu-gcc-release
-R_TAG=latest
-# -1 does not attempt to install a devtoolset version, any positive integer
will install devtoolset-n
-DEVTOOLSET_VERSION=-1
-
-# Used for the manylinux and windows wheels, please update the crossbow
configuration on update:
-#
https://github.com/ursacomputing/crossbow/blob/master/.github/workflows/cache_vcpkg.yml
-VCPKG=fced4bef1606260f110d74de1ae1975c2b9ac549
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index fac7bf85a..000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,6 +0,0 @@
-r/R/RcppExports.R linguist-generated=true
-r/R/arrowExports.R linguist-generated=true
-r/src/RcppExports.cpp linguist-generated=true
-r/src/arrowExports.cpp linguist-generated=true
-r/man/*.Rd linguist-generated=true
-
diff --git a/.hadolint.yaml b/.hadolint.yaml
deleted file mode 100644
index a6d7d03f8..000000000
--- a/.hadolint.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.
-
-ignored:
- - DL3008
- - DL3013
- - DL3018
- - DL3015 # Avoid additional packages by specifying `--no-install-recommends`
- - DL3028 # Ruby gem version pinning
- - DL3007 # r-sanitizer must use latest
diff --git a/.readthedocs.yml b/.readthedocs.yml
deleted file mode 100644
index 11a7d70c2..000000000
--- a/.readthedocs.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.
-
-conda:
- file: python/doc/environment.yml