amansinha100 commented on a change in pull request #1598: DRILL-6880: For
Hash-Join hash-table build - treat null keys as an equal match
URL: https://github.com/apache/drill/pull/1598#discussion_r246193428
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/common/ChainedHashTable.java
##########
@@ -121,6 +130,8 @@
private RecordBatch incomingProbe;
private final RecordBatch outgoing;
+ private enum setupWork {DO_BUILD, DO_PROBE, CHECK_BOTH_NULLS};
Review comment:
Use upper case for beginning of the enum name : `SetupWork`
----------------------------------------------------------------
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