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

chengpan pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 0843c82  [KYUUBI #1125][FOLLOWUP] Compress and remove duplicated new 
logo and keep legacy logo
0843c82 is described below

commit 0843c82d4dd5258aacee6f0fad70501242dba216
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Sep 22 09:19:50 2021 +0800

    [KYUUBI #1125][FOLLOWUP] Compress and remove duplicated new logo and keep 
legacy logo
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #1128 from pan3793/logo.
    
    Closes #1125
    
    affa2b1a [Cheng Pan] [KYUUBI #1125][FOLLOWUP] Compress and remove 
duplicated new logo and keep legacy logo
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit e0f880433f8558ee2d51819cf48c470967e4f3a3)
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/imgs/kyuubi_logo.png                          | Bin 232963 -> 23657 bytes
 docs/imgs/kyuubi_logo_legacy.png                   | Bin 0 -> 2663 bytes
 ...logo_white.png => kyuubi_logo_white_legacy.png} | Bin
 kyuubi_logo.png                                    | Bin 232963 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/docs/imgs/kyuubi_logo.png b/docs/imgs/kyuubi_logo.png
index 8aff03a..c7571b7 100644
Binary files a/docs/imgs/kyuubi_logo.png and b/docs/imgs/kyuubi_logo.png differ
diff --git a/docs/imgs/kyuubi_logo_legacy.png b/docs/imgs/kyuubi_logo_legacy.png
new file mode 100644
index 0000000..1157e56
Binary files /dev/null and b/docs/imgs/kyuubi_logo_legacy.png differ
diff --git a/docs/imgs/kyuubi_logo_white.png 
b/docs/imgs/kyuubi_logo_white_legacy.png
similarity index 100%
rename from docs/imgs/kyuubi_logo_white.png
rename to docs/imgs/kyuubi_logo_white_legacy.png
diff --git a/kyuubi_logo.png b/kyuubi_logo.png
deleted file mode 100644
index 8aff03a..0000000
Binary files a/kyuubi_logo.png and /dev/null differ

Reply via email to