jon-wei commented on a change in pull request #11961:
URL: https://github.com/apache/druid/pull/11961#discussion_r765083077



##########
File path: 
extensions-core/protobuf-extensions/src/main/java/org/apache/druid/data/input/protobuf/FileBasedProtobufBytesDecoder.java
##########
@@ -98,35 +98,40 @@ public DynamicMessage parse(ByteBuffer bytes)
         url = new URL(descriptorFilePath);
       }
       catch (MalformedURLException e) {
-        throw new ParseException(e, "Descriptor not found in class path or 
malformed URL:" + descriptorFilePath);
+        throw new ParseException(
+            descriptorFilePath,

Review comment:
       I made some of the non-input ones null

##########
File path: 
core/src/main/java/org/apache/druid/java/util/common/parsers/ParseException.java
##########
@@ -37,27 +39,56 @@
  */
 public class ParseException extends RuntimeException
 {
+  /**
+   * If true, the row was partiall parseable, but some columns could not be 
parsed

Review comment:
       Fixed




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

Reply via email to