This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch release-0.11-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/release-0.11-rc by this push:
new a7379a51c9 include contrib directory as it's required for build source
code
a7379a51c9 is described below
commit a7379a51c96bf9b82acbad01ae658cc1506c1244
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Sep 1 10:19:29 2022 -0700
include contrib directory as it's required for build source code
---
pinot-distribution/pinot-source-assembly.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pinot-distribution/pinot-source-assembly.xml
b/pinot-distribution/pinot-source-assembly.xml
index 6fdec82c7f..6e9c45099e 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -53,7 +53,7 @@
<!-- Do not include docker, kubernetes related files -->
<exclude>kubernetes/**</exclude>
<exclude>docker/**</exclude>
- <exclude>contrib/**</exclude>
+ <exclude>contrib/pinot-druid-benchmark/**</exclude>
<exclude>thirdeye/**</exclude>
</excludes>
</fileSet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]