Open
Description
Apache Drill provides its own SQL over REST interface, which instead of leaving the query to the raw URL, marshals the query as JSON to post instead. Row and column information is further encoded in the response as encapsulated JSON, allowing for column support to be extended as well.