[jira] [Created] (DRILL-3612) Doc. says logging configuration at /conf/logback.xml

2015-08-06 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-3612: - Summary: Doc. says logging configuration at /conf/logback.xml Key: DRILL-3612 URL: https://issues.apache.org/jira/browse/DRILL-3612 Project: Apache D

[jira] [Resolved] (DRILL-3284) Document incompatibility between drill's to_date and hive's unix_timestamp

2015-08-06 Thread Kristine Hahn (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristine Hahn resolved DRILL-3284. -- Resolution: Fixed The [TO_DATE|http://drill.apache.org/docs/data-type-conversion/#to_date] doc

[jira] [Created] (DRILL-3613) Partition Pruning not taking effect when we use a round function and a cast on top of it

2015-08-06 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-3613: Summary: Partition Pruning not taking effect when we use a round function and a cast on top of it Key: DRILL-3613 URL: https://issues.apache.org/jira/browse/DRILL-3613

[jira] [Created] (DRILL-3614) "drill

2015-08-06 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-3614: - Summary: "drill Key: DRILL-3614 URL: https://issues.apache.org/jira/browse/DRILL-3614 Project: Apache Drill Issue Type: Bug Rep

[jira] [Created] (DRILL-3615) User exception should be thrown instead of SYSTEM ERORR if invalid type is passed to statistical aggregate function

2015-08-06 Thread Victoria Markman (JIRA)
Victoria Markman created DRILL-3615: --- Summary: User exception should be thrown instead of SYSTEM ERORR if invalid type is passed to statistical aggregate function Key: DRILL-3615 URL: https://issues.apache.org/j

Re: [DISCUSS] Drop table support

2015-08-06 Thread Mehant Baid
I think there has been reasonable agreement as to what is to be supported in the first iteration of this feature. I have summarized the decisions made on this list in a document. If you have any more suggestions please get them in by today. https://docs.google.com/document/d/1XFdNMXnCZ4cLFcg1g

[jira] [Resolved] (DRILL-3545) Need documentation on BINARY_STRING and STRING_BINARY functions

2015-08-06 Thread Kristine Hahn (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristine Hahn resolved DRILL-3545. -- Resolution: Fixed Fix Version/s: 1.2.0 > Need documentation on BINARY_STRING and STRING_B

[jira] [Created] (DRILL-3616) Memory leak in a cleanup code after canceling queries with window functions spilling to disk

2015-08-06 Thread Victoria Markman (JIRA)
Victoria Markman created DRILL-3616: --- Summary: Memory leak in a cleanup code after canceling queries with window functions spilling to disk Key: DRILL-3616 URL: https://issues.apache.org/jira/browse/DRILL-3616

[GitHub] drill pull request: DRILL-1942-concurrency-test: new smoke test fo...

2015-08-06 Thread cwestin
GitHub user cwestin opened a pull request: https://github.com/apache/drill/pull/105 DRILL-1942-concurrency-test: new smoke test for concurrent query exec… …ution; useful to checking on the new allocator's locking schemes. Made the SilentListener in BaseTestQuery

Aggregate queries in drill

2015-08-06 Thread Sudip Mukherjee
Hi , I am trying to make basic storage plugin for solr with drill. Is there a way I could get the aggregate function information via expression visitor in the plugin code so that I can optimize the Solr query as much as I can. For example, for a count query I would just return the numFound from