kfaraz commented on code in PR #18542:
URL: https://github.com/apache/druid/pull/18542#discussion_r2371604939
##########
sql/src/test/java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java:
##########
@@ -381,6 +382,10 @@ public void setUp(@TempDir File tmpDir) throws Exception
private final DateTime startTime = DateTimes.nowUtc();
+ private final String version = GuavaUtils.firstNonNull(
+ SystemSchemaTest.class.getPackage().getImplementationVersion(),
+ DruidNode.UNKNOWN_VERSION);
Review Comment:
Nit: style
```suggestion
DruidNode.UNKNOWN_VERSION
);
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]