arina-ielchiieva commented on a change in pull request #1807: DRILL-7293:
Convert the regex ("log") plugin to use EVF
URL: https://github.com/apache/drill/pull/1807#discussion_r293690640
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogFormatField.java
##########
@@ -18,35 +18,31 @@
package org.apache.drill.exec.store.log;
+import
org.apache.drill.shaded.guava.com.google.common.annotations.VisibleForTesting;
+
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonTypeName;
+
+/**
+ * The three configuration options for a field are:
+ * <ol>
+ * <li>The field name</li>
+ * <li>The data type (fieldType). Field type defaults to VARCHAR
Review comment:
Extra space before `Field`
----------------------------------------------------------------
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]
With regards,
Apache Git Services