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

arina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d7e6b3  DRILL-7680: Place UDFs before plugins in contrib
6d7e6b3 is described below

commit 6d7e6b3df4f8548169c7dc186e5e6ce49168a48e
Author: Paul Rogers <par0...@yahoo.com>
AuthorDate: Tue Mar 31 11:50:07 2020 -0700

    DRILL-7680: Place UDFs before plugins in contrib
---
 contrib/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/pom.xml b/contrib/pom.xml
index 6c2bb89..8f81d48 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -39,6 +39,8 @@
   </dependencies>
 
   <modules>
+    <module>data</module>
+    <module>udfs</module>
     <module>storage-hbase</module>
     <module>format-maprdb</module>
     <module>format-syslog</module>
@@ -52,8 +54,6 @@
     <module>storage-kafka</module>
     <module>storage-kudu</module>
     <module>storage-opentsdb</module>
-    <module>data</module>
-    <module>udfs</module>
   </modules>
 
 </project>

Reply via email to