Rahul Challapalli created DRILL-4848:
----------------------------------------
Summary: Minor correction in UDF's documentation
Key: DRILL-4848
URL: https://issues.apache.org/jira/browse/DRILL-4848
Project: Apache Drill
Issue Type: Bug
Components: Documentation
Affects Versions: 1.6.0, 1.4.0, 1.2.0
Reporter: Rahul Challapalli
https://drill.apache.org/docs/adding-custom-functions-to-drill/
We should change the 3rd point in the custom functions documentation page (1)
from
{code}
drill.classpath.scanning.package+= "com.mydomain.drill.fn"
{code}
to
{code}
drill.classpath.scanning.packages+= "com.mydomain.drill.fn"
{code}
(1) https://drill.apache.org/docs/adding-custom-functions-to-drill/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)