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

philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new b9e59dd872 [MINOR][VL] Delta: Drop stray Meta license header from 
native Delta files (#12868)
b9e59dd872 is described below

commit b9e59dd872b9b4e9d9207f133753878215ce8c3c
Author: Mohammad Linjawi <[email protected]>
AuthorDate: Mon Aug 24 00:35:36 2026 +0300

    [MINOR][VL] Delta: Drop stray Meta license header from native Delta files 
(#12868)
---
 cpp/velox/compute/delta/DeltaConnector.cpp                | 15 ---------------
 cpp/velox/compute/delta/DeltaConnector.h                  | 15 ---------------
 cpp/velox/compute/delta/DeltaDataSource.cpp               | 15 ---------------
 cpp/velox/compute/delta/DeltaDataSource.h                 | 15 ---------------
 cpp/velox/compute/delta/DeltaDeletionVectorReader.cpp     | 15 ---------------
 cpp/velox/compute/delta/DeltaDeletionVectorReader.h       | 15 ---------------
 cpp/velox/compute/delta/DeltaSplit.cpp                    | 15 ---------------
 cpp/velox/compute/delta/DeltaSplit.h                      | 15 ---------------
 cpp/velox/compute/delta/DeltaSplitReader.cpp              | 15 ---------------
 cpp/velox/compute/delta/DeltaSplitReader.h                | 15 ---------------
 cpp/velox/compute/delta/RoaringBitmapArray.cpp            | 15 ---------------
 cpp/velox/compute/delta/RoaringBitmapArray.h              | 15 ---------------
 cpp/velox/compute/delta/tests/DeltaConnectorTest.cpp      | 15 ---------------
 .../compute/delta/tests/DeltaDeletionVectorReaderTest.cpp | 15 ---------------
 cpp/velox/compute/delta/tests/DeltaSplitTest.cpp          | 15 ---------------
 15 files changed, 225 deletions(-)

diff --git a/cpp/velox/compute/delta/DeltaConnector.cpp 
b/cpp/velox/compute/delta/DeltaConnector.cpp
index f25eb7714a..4417e684f9 100644
--- a/cpp/velox/compute/delta/DeltaConnector.cpp
+++ b/cpp/velox/compute/delta/DeltaConnector.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaConnector.h"
 
diff --git a/cpp/velox/compute/delta/DeltaConnector.h 
b/cpp/velox/compute/delta/DeltaConnector.h
index 2d3a1d8df6..416bf5d894 100644
--- a/cpp/velox/compute/delta/DeltaConnector.h
+++ b/cpp/velox/compute/delta/DeltaConnector.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/DeltaDataSource.cpp 
b/cpp/velox/compute/delta/DeltaDataSource.cpp
index f8c00c2b07..488fbd1a7e 100644
--- a/cpp/velox/compute/delta/DeltaDataSource.cpp
+++ b/cpp/velox/compute/delta/DeltaDataSource.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaDataSource.h"
 
diff --git a/cpp/velox/compute/delta/DeltaDataSource.h 
b/cpp/velox/compute/delta/DeltaDataSource.h
index a9fe1a4753..64d796b812 100644
--- a/cpp/velox/compute/delta/DeltaDataSource.h
+++ b/cpp/velox/compute/delta/DeltaDataSource.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/DeltaDeletionVectorReader.cpp 
b/cpp/velox/compute/delta/DeltaDeletionVectorReader.cpp
index 5c00348273..baf6c06617 100644
--- a/cpp/velox/compute/delta/DeltaDeletionVectorReader.cpp
+++ b/cpp/velox/compute/delta/DeltaDeletionVectorReader.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaDeletionVectorReader.h"
 
diff --git a/cpp/velox/compute/delta/DeltaDeletionVectorReader.h 
b/cpp/velox/compute/delta/DeltaDeletionVectorReader.h
index 7eac6ea660..d98e921223 100644
--- a/cpp/velox/compute/delta/DeltaDeletionVectorReader.h
+++ b/cpp/velox/compute/delta/DeltaDeletionVectorReader.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/DeltaSplit.cpp 
b/cpp/velox/compute/delta/DeltaSplit.cpp
index 830a326be1..b5b22a3ab5 100644
--- a/cpp/velox/compute/delta/DeltaSplit.cpp
+++ b/cpp/velox/compute/delta/DeltaSplit.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaSplit.h"
 
diff --git a/cpp/velox/compute/delta/DeltaSplit.h 
b/cpp/velox/compute/delta/DeltaSplit.h
index df05e62fc3..3f9d9dd347 100644
--- a/cpp/velox/compute/delta/DeltaSplit.h
+++ b/cpp/velox/compute/delta/DeltaSplit.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/DeltaSplitReader.cpp 
b/cpp/velox/compute/delta/DeltaSplitReader.cpp
index 37e1b2ec27..f4060be967 100644
--- a/cpp/velox/compute/delta/DeltaSplitReader.cpp
+++ b/cpp/velox/compute/delta/DeltaSplitReader.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaSplitReader.h"
 
diff --git a/cpp/velox/compute/delta/DeltaSplitReader.h 
b/cpp/velox/compute/delta/DeltaSplitReader.h
index 67f17216cf..88fad25828 100644
--- a/cpp/velox/compute/delta/DeltaSplitReader.h
+++ b/cpp/velox/compute/delta/DeltaSplitReader.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/RoaringBitmapArray.cpp 
b/cpp/velox/compute/delta/RoaringBitmapArray.cpp
index 696a93f5e0..5d3eaf24ca 100644
--- a/cpp/velox/compute/delta/RoaringBitmapArray.cpp
+++ b/cpp/velox/compute/delta/RoaringBitmapArray.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/RoaringBitmapArray.h"
 
diff --git a/cpp/velox/compute/delta/RoaringBitmapArray.h 
b/cpp/velox/compute/delta/RoaringBitmapArray.h
index f456145520..549adc70f6 100644
--- a/cpp/velox/compute/delta/RoaringBitmapArray.h
+++ b/cpp/velox/compute/delta/RoaringBitmapArray.h
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #pragma once
 
diff --git a/cpp/velox/compute/delta/tests/DeltaConnectorTest.cpp 
b/cpp/velox/compute/delta/tests/DeltaConnectorTest.cpp
index 3669f911d9..d20a2731e3 100644
--- a/cpp/velox/compute/delta/tests/DeltaConnectorTest.cpp
+++ b/cpp/velox/compute/delta/tests/DeltaConnectorTest.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include <gtest/gtest.h>
 
diff --git a/cpp/velox/compute/delta/tests/DeltaDeletionVectorReaderTest.cpp 
b/cpp/velox/compute/delta/tests/DeltaDeletionVectorReaderTest.cpp
index 7d6e03c034..df4509b6e8 100644
--- a/cpp/velox/compute/delta/tests/DeltaDeletionVectorReaderTest.cpp
+++ b/cpp/velox/compute/delta/tests/DeltaDeletionVectorReaderTest.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include "compute/delta/DeltaDeletionVectorReader.h"
 #include "compute/delta/RoaringBitmapArray.h"
diff --git a/cpp/velox/compute/delta/tests/DeltaSplitTest.cpp 
b/cpp/velox/compute/delta/tests/DeltaSplitTest.cpp
index c081b278e2..13482ccec3 100644
--- a/cpp/velox/compute/delta/tests/DeltaSplitTest.cpp
+++ b/cpp/velox/compute/delta/tests/DeltaSplitTest.cpp
@@ -14,21 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * Licensed 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.
- */
 
 #include <gtest/gtest.h>
 


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

Reply via email to