Hi, I'm newbie to the Apache Drill and so please bear with me. I'm trying to play around with the code adding few string/math functions (e.g reverse etc) and I have been told by Jacques that one could use Logical plan to test these functions even if there's no support in the sqlline parser.
If I create a logical plan in json file (say testreverse.json) , how do I execute this json file? In other words, how do I feed the json to interpreter to get the output?? Thanks, Narendra
