This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f8ab8f18 delete files
f8ab8f18 is described below

commit f8ab8f1855e6f2c146cb72ac641a4cecc72e0788
Author: Andy Grove <[email protected]>
AuthorDate: Sat Jul 13 09:14:06 2024 -0600

    delete files
---
 .asf.yaml                       |  46 ------------------
 .devcontainer/devcontainer.json |  38 ---------------
 .dockerignore                   |  15 ------
 .gitattributes                  |   6 ---
 .github_changelog_generator     |  28 -----------
 .gitignore                      | 103 ----------------------------------------
 .gitmodules                     |   0
 .readthedocs.yml                |  19 --------
 8 files changed, 255 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index dae11d12..00000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,46 +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.
-
-notifications:
-  commits:      [email protected]
-  issues:       [email protected]
-  pullrequests: [email protected]
-  jira_options: link label worklog
-github:
-  description: "Apache DataFusion Ballista Distributed Query Engine"
-  homepage: https://datafusion.apache.org/ballista
-  labels:
-    - arrow
-    - big-data
-    - dataframe
-    - distributed
-    - olap
-    - python
-    - query-engine
-    - rust
-    - sql
-  enabled_merge_buttons:
-    squash: true
-    merge: false
-    rebase: false    
-  features:
-    issues: true        
-# publishes the content of the `asf-site` branch to
-# https://datafusion.apache.org/ballista/
-publish:
-  whoami: asf-site
-  subdir: ballista
\ No newline at end of file
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index 753774ee..00000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,38 +0,0 @@
-// For format details, see https://aka.ms/devcontainer.json. For config 
options, see the
-// README at: https://github.com/devcontainers/templates/tree/main/src/rust
-{
-       "name": "arrow-ballista",
-       // Or use a Dockerfile or Docker Compose file. More info: 
https://containers.dev/guide/dockerfile
-       "image": "mcr.microsoft.com/devcontainers/rust:latest",
-       "features": {
-               "ghcr.io/devcontainers/features/rust:latest": {
-                       "version": "latest",
-                       "profile": "complete"
-               },
-               "ghcr.io/devcontainers-contrib/features/protoc:1": {},
-               "ghcr.io/devcontainers/features/node:1": {},
-               "ghcr.io/devcontainers/features/docker-in-docker:2": {},
-       }
-       // Use 'mounts' to make the cargo cache persistent in a Docker Volume.
-       ,
-       "mounts": [
-               {
-                       "source": "devcontainer-cargo-cache-${devcontainerId}",
-                       "target": "/usr/local/cargo",
-                       "type": "volume"
-               }
-       ],
-       // Features to add to the dev container. More info: 
https://containers.dev/features.
-       // "features": {},
-       // Use 'forwardPorts' to make a list of ports inside the container 
available locally.
-       "forwardPorts": [
-               50050,
-               3000
-       ],
-       // Use 'postCreateCommand' to run commands after the container is 
created.
-       "postCreateCommand": "rustc --version",
-       // Configure tool-specific properties.
-       // "customizations": {},
-       // Uncomment to connect as root instead. More info: 
https://aka.ms/dev-containers-non-root.
-       // "remoteUser": "root"
-}
\ No newline at end of file
diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index 8527058a..00000000
--- a/.dockerignore
+++ /dev/null
@@ -1,15 +0,0 @@
-.git
-ci
-conbench
-dev/dist
-dev/release
-python
-**/docs
-target/
-CHANGELOG.md
-**/tests
-**/data
-!target/release/ballista-scheduler
-!target/release/ballista-executor
-!target/release/ballista-cli
-!target/release/tpch
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index fac7bf85..00000000
--- 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/.github_changelog_generator b/.github_changelog_generator
deleted file mode 100644
index 45eef2f5..00000000
--- a/.github_changelog_generator
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-#
-# 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.
-#
-
-# some issues are just documentation
-add-sections={"documentation":{"prefix":"**Documentation 
updates:**","labels":["documentation"]},"performance":{"prefix":"**Performance 
improvements:**","labels":["performance"]}}
-# uncomment to not show PRs. TBD if we shown them or not.
-#pull-requests=false
-# so that the component is shown associated with the issue
-issue-line-labels=sql
-exclude-labels=development-process,invalid
-breaking-labels=api change
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d9e136a1..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,103 +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.
-
-apache-rat-*.jar
-rat.txt
-filtered_rat.txt
-arrow-src.tar
-arrow-src.tar.gz
-CHANGELOG.md.bak
-
-# Compiled source
-*.a
-*.dll
-*.o
-*.py[ocd]
-*.so
-*.so.*
-*.bundle
-*.dylib
-.build_cache_dir
-dependency-reduced-pom.xml
-MANIFEST
-compile_commands.json
-build.ninja
-
-# Generated Visual Studio files
-*.vcxproj
-*.vcxproj.*
-*.sln
-*.iml
-
-# Linux perf sample data
-perf.data
-perf.data.old
-
-cpp/.idea/
-.clangd/
-cpp/.clangd/
-cpp/apidoc/xml/
-docs/example.gz
-docs/example1.dat
-docs/example3.dat
-python/.eggs/
-python/doc/
-# Egg metadata
-*.egg-info
-
-.vscode
-.idea/
-.pytest_cache/
-pkgs
-docker_cache
-.gdb_history
-*.orig
-.*.swp
-.*.swo
-
-site/
-
-# R files
-**/.Rproj.user
-**/*.Rcheck/
-**/.Rhistory
-.Rproj.user
-
-# macOS
-cpp/Brewfile.lock.json
-.DS_Store
-
-# docker volumes used for caching
-.docker
-
-# Rust
-target
-Cargo.lock
-!ballista-cli/Cargo.lock
-
-rusty-tags.vi
-.history
-.flatbuffers/
-
-.vscode
-venv/
-
-# apache release artifacts
-dev/dist
-
-# logs
-logs/
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29b..00000000
diff --git a/.readthedocs.yml b/.readthedocs.yml
deleted file mode 100644
index 11a7d70c..00000000
--- 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to