Github user dsbos commented on a diff in the pull request:
https://github.com/apache/drill/pull/143#discussion_r38708736
--- Diff:
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillJdbc41Factory.java ---
@@ -103,9 +103,9 @@ public DrillResultSetImpl newResultSet(AvaticaStatement
statement,
TimeZone timeZone) {
final ResultSetMetaData metaData =
newResultSetMetaData(statement, prepareResult.getColumnList());
- return new DrillResultSetImpl( (DrillStatementImpl) statement,
- (DrillPrepareResult) prepareResult,
- metaData, timeZone);
+ return new DrillResultSetImpl(statement,
+ (DrillPrepareResult) prepareResult,
--- End diff --
Simplified.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---