nielsbasjes commented on a change in pull request #2044: DRILL-7678: Update
Yauaa Dependency
URL: https://github.com/apache/drill/pull/2044#discussion_r401575648
##########
File path:
contrib/udfs/src/test/java/org/apache/drill/exec/udfs/TestUserAgentFunctions.java
##########
@@ -102,7 +102,7 @@ public void testEmptyFieldName() throws Exception {
@Test
public void testNullUserAgent() throws Exception {
String query = "SELECT parse_user_agent(CAST(null as VARCHAR)) AS agent
FROM (values(1))";
- Map emptyMap = new HashMap();
+ Map<?, ?> emptyMap = new HashMap<>();
Review comment:
Fixed.
----------------------------------------------------------------
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