drill icon indicating copy to clipboard operation
drill copied to clipboard

Apache Drill is a distributed MPP query layer for self describing data

Results 175 drill issues
Sort by recently updated
recently updated
newest added

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`...

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...

revisit

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....

revisit

…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...

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