[
https://issues.apache.org/jira/browse/DRILL-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17072141#comment-17072141
]
ASF GitHub Bot commented on DRILL-7680:
---------------------------------------
paul-rogers commented on pull request #2046: DRILL-7680: Place UDFs before
plugins in contrib
URL: https://github.com/apache/drill/pull/2046
# [DRILL-7680](https://issues.apache.org/jira/browse/DRILL-7680): Place UDFs
before plugins in contrib
## Description
Several contrib plugins depend on UDFs for testing. However, the UDFs occur
after the plugins in build order. This PR reverses the dependencies so that
UDFs are built before the plguins that want to use them.
## Documentation
N/A
## Testing
Did a full build, with unit tests, to ensure everything still works.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Move UDF projects before plugins in contrib
> -------------------------------------------
>
> Key: DRILL-7680
> URL: https://issues.apache.org/jira/browse/DRILL-7680
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.17.0
> Reporter: Paul Rogers
> Assignee: Paul Rogers
> Priority: Minor
> Fix For: 1.18.0
>
>
> Several {{contrib}} plugins depend on UDFs for testing. However, the UDFs
> occur after the plugins in build order. This PR reverses the dependencies so
> that UDFs are built before the plguins that want to use them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)