cgivre commented on issue #1627: DRILL-7014: Format plugin for LTSV files URL: https://github.com/apache/drill/pull/1627#issuecomment-468090253 @vdiravka @arina-ielchiieva, I keep getting errors with this specific unit test, but all the others work. I think there might be something wrong with the query, but the author says it works on his machine. In any event would someone else mind trying it to see if the fault is something in my environment? ``` @Test public void testQueryWithConditions() throws Exception { testBuilder() .sqlQuery("SELECT * FROM cp.`simple.ltsv` WHERE reqtime > 3.0") .ordered() .baselineColumns("host", "forwardedfor", "req", "status", "size", "referer", "ua", "reqtime", "apptime", "vhost") .baselineValues("xxx.xxx.xxx.xxx", "-", "GET /v1/yyy HTTP/1.1", "200", "412", "-", "Java/1.8.0_201", "3.580", "3.580", "api.example.com") .go(); } ```
---------------------------------------------------------------- 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
