This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1097b40e89d Fix checkstyle in QueryMaker (#18019)
1097b40e89d is described below
commit 1097b40e89d5df14d8b5c1df36340ee64547189b
Author: Kashif Faraz <[email protected]>
AuthorDate: Tue May 20 19:47:01 2025 +0530
Fix checkstyle in QueryMaker (#18019)
* Fix checkstyle in QueryMaker
* Doc fix
---
.../druid/msq/dart/controller/sql/PrePlannedDartQueryMaker.java | 4 ++--
sql/src/main/java/org/apache/druid/sql/calcite/run/QueryMaker.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/sql/PrePlannedDartQueryMaker.java
b/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/sql/PrePlannedDartQueryMaker.java
index e6e3e0341ea..68df90b6867 100644
---
a/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/sql/PrePlannedDartQueryMaker.java
+++
b/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/sql/PrePlannedDartQueryMaker.java
@@ -42,8 +42,8 @@ import java.util.Map.Entry;
/**
* Executes Dart queries with up-front planned {@link QueryDefinition}.
- *
- * Normal execution flow utilizes {@link QueryKit} to prdocue the plan;
+ * <p>
+ * Normal execution flow utilizes {@code QueryKit} to prdocue the plan;
* meanwhile it also supports planning the {@link QueryDefinition} directly
from
* the {@link DruidLogicalNode}.
*/
diff --git a/sql/src/main/java/org/apache/druid/sql/calcite/run/QueryMaker.java
b/sql/src/main/java/org/apache/druid/sql/calcite/run/QueryMaker.java
index e3dd44655d1..0306a893845 100644
--- a/sql/src/main/java/org/apache/druid/sql/calcite/run/QueryMaker.java
+++ b/sql/src/main/java/org/apache/druid/sql/calcite/run/QueryMaker.java
@@ -45,7 +45,7 @@ public interface QueryMaker
* In case {@link QueryMaker} implements this interface - this approach will
* be preferred to execute the query in {@link QueryHandler}.
*/
- public interface FromDruidLogical
+ interface FromDruidLogical
{
/**
* Runs the query represented by {@link DruidLogicalNode}.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]