This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 1ed3e23d79 Minor: Remove stubbed out redundant Execution Plan section
of library user guid (#7309)
1ed3e23d79 is described below
commit 1ed3e23d79a49b331320af7bd13f312722a6594d
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Aug 17 08:29:28 2023 -0400
Minor: Remove stubbed out redundant Execution Plan section of library user
guid (#7309)
---
docs/source/index.rst | 1 -
docs/source/library-user-guide/execution-plans.md | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/docs/source/index.rst b/docs/source/index.rst
index acc17ebeff..87c03514ac 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -78,7 +78,6 @@ The `developer’s guide`_ contains information on how to
contribute.
library-user-guide/adding-udfs
library-user-guide/custom-table-providers
library-user-guide/extending-operators
- library-user-guide/execution-plans
.. _toc.contributor-guide:
diff --git a/docs/source/library-user-guide/execution-plans.md
b/docs/source/library-user-guide/execution-plans.md
deleted file mode 100644
index 5169151685..0000000000
--- a/docs/source/library-user-guide/execution-plans.md
+++ /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.
--->
-
-# Execution Plans
-
-More information will be added here soon, but for now, see the [Custom Table
Provider](./custom-table-providers.md) documentation for an example
implementation.