This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 14e1081292cb932dd579951f1d36f0f8cec0f712 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Mon Feb 19 13:11:42 2024 +0100 CAMEL-20410: documentation fixes for camel-drill - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links --- components/camel-drill/src/main/docs/drill-component.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/camel-drill/src/main/docs/drill-component.adoc b/components/camel-drill/src/main/docs/drill-component.adoc index e40f4fb04be..a863e715d27 100644 --- a/components/camel-drill/src/main/docs/drill-component.adoc +++ b/components/camel-drill/src/main/docs/drill-component.adoc @@ -14,9 +14,10 @@ *{component-header}* -The Drill component gives you the ability to querying to https://drill.apache.org/[Apache Drill Cluster] +The Drill component gives you the ability to query the https://drill.apache.org/[Apache Drill Cluster]. -Drill is an Apache open-source SQL query engine for Big Data exploration. Drill is designed from the ground up to support high-performance analysis on the semi-structured and rapidly evolving data coming from modern Big Data applications, while still providing the familiarity and ecosystem of ANSI SQL, the industry-standard query language +Drill is an Apache open-source SQL query engine for Big Data exploration. +Drill is designed from the ground up to support high-performance analysis on the semi-structured and rapidly evolving data coming from modern Big Data applications, while still providing the familiarity and ecosystem of ANSI SQL, the industry-standard query language Maven users will need to add the following dependency to their `pom.xml` for this component: