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 "Daniel Becker (Jira)" <ji...@apache.org> on 2022/11/24 15:09:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becker updated IMPALA-11201:
-----------------------------------
    Fix Version/s: Impala 4.1.0
                       (was: Impala 4.2.0)

> 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
>            Assignee: Michael Smith
>            Priority: Major
>             Fix For: Impala 4.1.0
>
>
> [~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.10#820010)

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