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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 6db3bfb8d chore: fix license header - ansi docs (#3662)
6db3bfb8d is described below

commit 6db3bfb8d39cbbc3660cccd36abe00d9a3213290
Author: Bhargava Vadlamani <[email protected]>
AuthorDate: Wed Mar 11 01:50:40 2026 -0700

    chore: fix license header - ansi docs (#3662)
    
    * fix_license_header
    
    * fix_license_header
    
    * fix_license_header
---
 dev/release/rat_exclude_files.txt                     |  1 +
 .../source/contributor-guide/sql_error_propagation.md | 19 +++++++++++++++++++
 pom.xml                                               |  1 +
 3 files changed, 21 insertions(+)

diff --git a/dev/release/rat_exclude_files.txt 
b/dev/release/rat_exclude_files.txt
index 3511e1483..ff8aec2bb 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -17,6 +17,7 @@ docs/source/_static/images/comet-dataflow.excalidraw
 docs/source/contributor-guide/benchmark-results/**/*.json
 docs/logos/*.png
 docs/logos/*.svg
+docs/source/contributor-guide/*.svg
 rust-toolchain
 spark/src/test/resources/tpcds-extended/q*.sql
 spark/src/test/resources/tpcds-query-results/*.out
diff --git a/docs/source/contributor-guide/sql_error_propagation.md 
b/docs/source/contributor-guide/sql_error_propagation.md
index bafe2fcef..7becfabe7 100644
--- a/docs/source/contributor-guide/sql_error_propagation.md
+++ b/docs/source/contributor-guide/sql_error_propagation.md
@@ -1,3 +1,22 @@
+<!---
+  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.
+-->
+
 # ANSI SQL Error Propagation in Comet
 
 ## Overview
diff --git a/pom.xml b/pom.xml
index 2eaccd37d..4bd0c9dc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1097,6 +1097,7 @@ under the License.
             <exclude>docs/logos/*.png</exclude>
             <exclude>docs/logos/*.svg</exclude>
             <exclude>docs/source/_static/images/**</exclude>
+            <exclude>docs/source/contributor-guide/*.svg</exclude>
             <exclude>dev/release/rat_exclude_files.txt</exclude>
             <exclude>dev/release/requirements.txt</exclude>
             <exclude>native/proto/src/generated/**</exclude>


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

Reply via email to