arina-ielchiieva commented on issue #1807: DRILL-7293: Convert the regex 
("log") plugin to use EVF
URL: https://github.com/apache/drill/pull/1807#issuecomment-505733281
 
 
   @paul-rogers thanks for making the changes. Regarding List parameter in 
table function, yes, it does not work and its a known issue, format plugins 
should not use list.
   Though in my previous comments I have asked to try schema parameter in 
String not in List.
   Adding example of the queries I expect should work once again:
   1. `SELECT * FROM table(dfs.tf.noGroups(
     type => 'logRegex',
     regex => '(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d) .*',
     `schema`=>inline(`month` varchar)))
   2. select * from table(t(schema=>'inline=(col1 varchar)'))

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to