This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new f793a22dc [MINOR] Remove extra directory (#1190)
f793a22dc is described below
commit f793a22dc8e5b821611b662e2a3227faac0731a2
Author: roryqi <[email protected]>
AuthorDate: Fri Sep 8 11:17:31 2023 +0800
[MINOR] Remove extra directory (#1190)
### What changes were proposed in this pull request?
Remove the unused directory.
### Why are the changes needed?
We support Tez framework without extra patch.
### Does this PR introduce any user-facing change?
No.
### How was this patch tested?
CI passed.
---
patch/tez/.gitkeep | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/patch/tez/.gitkeep b/patch/tez/.gitkeep
deleted file mode 100644
index ecb1860df..000000000
--- a/patch/tez/.gitkeep
+++ /dev/null
@@ -1,16 +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.
-#
\ No newline at end of file