You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/03/25 03:33:00 UTC

[jira] [Created] (IMPALA-11201) be/src/thirdparty unintentionally matches the rule in .gitignore

Quanlong Huang created IMPALA-11201:
---------------------------------------

             Summary: be/src/thirdparty unintentionally matches the rule in .gitignore
                 Key: IMPALA-11201
                 URL: https://issues.apache.org/jira/browse/IMPALA-11201
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Quanlong Huang


[~boroknagyz] found that when building the release tarball without `-noclean` option, be/src/thirdparty will be removed. However, it won't happen in our local repo.

The reason is be/src/thirdparty is tracked in git index in our local repo. But in the release tarball there are no history so it's not in the git index. At that case, it matches the rule in .gitignore so got ignored.

The rule in .gitignore was added at the initial commit of that file: [https://github.com/apache/impala/commit/edc3a5518439ed59e6c46b04d0393018aabfa8c5]
{code:java}
commit edc3a5518439ed59e6c46b04d0393018aabfa8c5
Author: carl <ca...@cloudera.com>
Date:   Fri Jul 29 15:49:39 2011 -0700

    IMP-8. Update build scripts, etc., to reflect thirdparty/hadoop and thirdparty/hive
    
    Update
    
    Checkpoint

 create mode 100644 .gitignore
...{code}
I think the purpose of it is ignoring thirdparty/hadoop and thirdparty/hive. At that time we don't have be/src/thirdparty yet (added in 2016 by IMPALA-3223). We don't have these folders now, we can consider removing that rule.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org