arina-ielchiieva commented on a change in pull request #1726: DRILL-7143: Support default value for empty columns URL: https://github.com/apache/drill/pull/1726#discussion_r271268522
########## File path: exec/vector/src/main/java/org/apache/drill/exec/vector/accessor/ScalarReader.java ########## @@ -86,4 +87,10 @@ LocalDate getDate(); LocalTime getTime(); Instant getTimestamp(); + + /** + * Return the value of the object using the extended type. + * @return Review comment: Please move add description to the return to avoid warnings in the IDE (just move upper line to `@return`). ---------------------------------------------------------------- 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] With regards, Apache Git Services
