eevanwong commented on a change in pull request #2191:
URL: https://github.com/apache/drill/pull/2191#discussion_r612096730
##########
File path:
contrib/format-xml/src/main/java/org/apache/drill/exec/store/xml/XMLBatchReader.java
##########
@@ -89,9 +89,9 @@ private void openFile(FileScanFramework.FileSchemaNegotiator
negotiator) {
reader = new XMLReader(fsStream, dataLevel, maxRecords);
reader.open(rootRowWriter, errorContext);
} catch (Exception e) {
- throw UserException
+ throw UserException //lgtm[java/unused-format-argument]
Review comment:
yep, my bad, forgot to remove it.
--
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]