File tree Expand file tree Collapse file tree
docs/source/contributor-guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ docs/source/_static/images/comet-dataflow.excalidraw
1717docs/source/contributor-guide/benchmark-results/**/*.json
1818docs/logos/*.png
1919docs/logos/*.svg
20+ docs/source/contributor-guide/*.svg
2021rust-toolchain
2122spark/src/test/resources/tpcds-extended/q*.sql
2223spark/src/test/resources/tpcds-query-results/*.out
Original file line number Diff line number Diff line change 1+ <!-- -
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# ANSI SQL Error Propagation in Comet
221
322## Overview
Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ under the License.
10971097 <exclude >docs/logos/*.png</exclude >
10981098 <exclude >docs/logos/*.svg</exclude >
10991099 <exclude >docs/source/_static/images/**</exclude >
1100+ <exclude >docs/source/contributor-guide/*.svg</exclude >
11001101 <exclude >dev/release/rat_exclude_files.txt</exclude >
11011102 <exclude >dev/release/requirements.txt</exclude >
11021103 <exclude >native/proto/src/generated/**</exclude >
You can’t perform that action at this time.
0 commit comments