luocooong opened a new pull request #2160: URL: https://github.com/apache/drill/pull/2160
# [DRILL-7853](https://issues.apache.org/jira/browse/DRILL-7853): NoSuchMethodException when DateTime format is not valid ## Description We don't need to call the `Converter(ScalarSriter writer)` constructor again in some cases: 1. Throw `IllegalArgumentException` in `org.apache.drill.exec.physical.impl.scan.convert.ConvertXXXToXXX` 2. User get untrue error information when the above problems happen. ## Documentation There are no changes visible to the user. ## Testing 1. Ran unit tests associated with the Log plugin. 2. add the `testIssue7853()` ---------------------------------------------------------------- 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]
