vdiravka commented on a change in pull request #1642: DRILL-6734: JDBC storage
plugin returns null for fields without aliases
URL: https://github.com/apache/drill/pull/1642#discussion_r259081449
##########
File path:
contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcRecordReader.java
##########
@@ -245,13 +259,11 @@ public void setup(OperatorContext operatorContext,
OutputMutator output) throws
@Override
public int next() {
int counter = 0;
- Boolean b = true;
Review comment:
:1st_place_medal:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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