arina-ielchiieva commented on a change in pull request #1371: DRILL-6588: Make
Sys tables of nullable datatypes
URL: https://github.com/apache/drill/pull/1371#discussion_r201946028
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/pojo/PojoDataType.java
##########
@@ -34,7 +37,7 @@
public class PojoDataType extends RecordDataType {
// private static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(PojoDataType.class);
- private final List<SqlTypeName> types = Lists.newArrayList();
+ private final List<ImmutablePair<SqlTypeName, Boolean>> types =
Lists.newArrayList();
Review comment:
Please don't use guava, use `new ArrayList<>()`
----------------------------------------------------------------
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