Github user kaspersorensen commented on the issue:
https://github.com/apache/metamodel/pull/165
I also thought the change would be a bit easier. But we've never had
anything like it before so nothing was really prepared for it.
I think actually this is a rather significant feature. The inconvenience of
not being able to easily formulate a simple "SELECT * FROM table" on a CSV file
is really annoying. - Especially if we look to the Membrane webapp where I
could totally see a use case in using this type of query. After all, when you
as a HTTP client only have SQL-like strings to query with, convenience and
syntax sugar becomes very important. And it makes the Postman test cases a lot
more portable too ;-)
---