This is an automated email from the ASF dual-hosted git repository.
zouxinyi pushed a commit to branch catalog-hive
in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/catalog-hive by this push:
new ab7af1e rename com.google.flatbuffers (#19)
ab7af1e is described below
commit ab7af1e2cff152a506f2ddbdf48bc85c2e354391
Author: WenYao <[email protected]>
AuthorDate: Fri Jun 2 17:38:46 2023 +0800
rename com.google.flatbuffers (#19)
---
hive-catalog-shade/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 42a3ea9..0948306 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -443,6 +443,10 @@ under the License.
<pattern>org.apache.commons.cli</pattern>
<shadedPattern>shade.doris.hive.org.apache.commons.cli</shadedPattern>
</relocation>
+ <relocation>
+ <pattern>com.google.flatbuffers</pattern>
+
<shadedPattern>shade.doris.hive.com.google.flatbuffers</shadedPattern>
+ </relocation>
</relocations>
</configuration>
</execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]