drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
See issue DRILL-4882 In some case, for analytics the applicatio, Drill, has to connect to node directly without access the replica set or shard globally. The new configuration option `direct-connection`...
- Resolve relevant TODOs @parthchandra please review.
Here are the pojos that represent the data for the new system tables: ``` java public static class FragmentInfo { public String hostname; public String queryId; public int majorFragmentId; public...
All the functions using the java.util.regex.Matcher are currently creating Java string objects to pass into the matcher.reset(). However this creates unnecessary copy of the bytes and a Java string object....
…ely, and allow for DrillReduceAggregateRule to apply to them Right now, variance() and stddev() is not mapped to var_samp() and stddev_samp() respectively, and they cannot be reduced to sums of...
… fields to be public
surface our query warnings from operators to JDBC client as a part of query result as well as out of band warnings. Details: https://docs.google.com/document/d/1HwpD3gRbNohpse9zbm3cmLZixGn6EgapulEGrRtKlkA