loquisgon commented on a change in pull request #10856:
URL: https://github.com/apache/druid/pull/10856#discussion_r573900403



##########
File path: 
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java
##########
@@ -657,16 +649,78 @@ private static DataSchema createDataSchema(
                                                  ? 
createMetricsSpec(queryableIndexAndSegments)
                                                  : 
convertToCombiningFactories(metricsSpec);
 
-    return new DataSchema(
+    return new
+
+        DataSchema(
         dataSource,
-        new TimestampSpec(null, null, null),
+        new TimestampSpec(null, null, null
+        ),

Review comment:
       Done




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to