[GitHub] drill issue #440: Elasticsearch storage plugin

2016-07-14 Thread xwinie
Github user xwinie commented on the issue: https://github.com/apache/drill/pull/440 I send mail to dev. but no body reply. I had an urge to solve this problem. Please help to see if the problem! --- If your project is set up for it, you can reply to this email and have your reply ap

Re: [GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-07-14 Thread Subbu Srinivasan
Thanks chunhui-shi . Is there a recommended way to test for count of results of a query? On Thu, Jul 14, 2016 at 1:41 PM, chunhui-shi wrote: > Github user chunhui-shi commented on a diff in the pull request: > > https://github.com/apache/drill/pull/518#discussion_r70879554 > > --- Diff

[jira] [Created] (DRILL-4781) Implicit casting not working with abs(...) function

2016-07-14 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4781: Summary: Implicit casting not working with abs(...) function Key: DRILL-4781 URL: https://issues.apache.org/jira/browse/DRILL-4781 Project: Apache Drill

[jira] [Resolved] (DRILL-4665) Partition pruning not working for hive partitioned table with 'LIKE' and '=' filter

2016-07-14 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Sinha resolved DRILL-4665. --- Resolution: Fixed Fix Version/s: 1.8.0 Merged [~gparai]'s fix in commit #: 9878170 > Partition

[GitHub] drill pull request #526: [Drill-4665] Partition pruning when LIKE predicate ...

2016-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/526 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill issue #516: DRILL-4664: ScanBatch.isNewSchema() returns wrong result f...

2016-07-14 Thread hnfgns
Github user hnfgns commented on the issue: https://github.com/apache/drill/pull/516 looks good to me +1 @parthchandra can we run regression and merge? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[jira] [Resolved] (DRILL-2330) Add support for nested aggregate expressions for window aggregates

2016-07-14 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Sinha resolved DRILL-2330. --- Resolution: Fixed Fix Version/s: (was: Future) 1.8.0 Committed [~gparai]

[GitHub] drill pull request #529: [DRILL-2330] Add support for nested aggregates in D...

2016-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/529 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill issue #529: [DRILL-2330] Add support for nested aggregates in Drill

2016-07-14 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/529 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-07-14 Thread chunhui-shi
Github user chunhui-shi commented on the issue: https://github.com/apache/drill/pull/518 Thanks for providing a way to skip bad json records and addressing my comments. Besides the minor improvements I suggested above: comment format changes that may be due to line width in your e

Re: Dynamic UDFs support

2016-07-14 Thread Paul Rogers
Hi All, We’ve had quite a lively debate in the “comments” section of Arina’s wonderful design doc. Zelaine made a great suggestion: summarize the user experience as a way of making sense of the wealth of detailed comments. IMHO, the most important user experience goals are: 1. When a user subm

[GitHub] drill pull request #529: [DRILL-2330] Add support for nested aggregates in D...

2016-07-14 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/529#discussion_r70878774 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/TestWindowFunctions.java --- @@ -844,4 +844,37 @@ public void testStatisticalWindowFunctions() thro

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-07-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r70879554 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/json/TestJsonRecordReader.java --- @@ -159,64 +164,91 @@ public void drill_3353() throw

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-07-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r70879473 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/json/TestJsonRecordReader.java --- @@ -159,64 +164,91 @@ public void drill_3353() throw

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-07-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r70872218 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/json/TestJsonRecordReader.java --- @@ -56,11 +57,19 @@ public void trySimpleQueryWithLi

Re: please resolve show Chinese garbled !

2016-07-14 Thread AnilKumar B
Seems to be UTF8 Encoding issue. Please raise the JIRA. Also, can you please once try with alter session set store.mongo.bson.record.reader = false; ? Thanks & Regards, B Anil Kumar. On Wed, Jul 13, 2016 at 8:40 PM, xiongsh...@chuangjia.me < xiongsh...@chuangjia.me> wrote: > please dear: > dr

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-07-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r70863798 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -110,21 +118,29 @@ public void ensureAtLeastOneField

[GitHub] drill pull request #538: update mailing list with note

2016-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/538 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Created] (DRILL-4780) Update the value vector buffer writerIndex while reading from dictionary encoded parquet data for all data types.

2016-07-14 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-4780: --- Summary: Update the value vector buffer writerIndex while reading from dictionary encoded parquet data for all data types. Key: DRILL-4780 URL: https://issues.apache.org/j

please resolve show Chinese garbled !

2016-07-14 Thread xiongsh...@chuangjia.me
please dear: drill query mongodb plugin show Chinese garbled! drill query results: squirrel-sql ide query. mongodb query: 所有中文显示都是乱码! xiongsh...@chuangjia.me

[jira] [Resolved] (DRILL-2593) 500 error when crc for a query profile is out of sync

2016-07-14 Thread Krystal (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystal resolved DRILL-2593. Resolution: Fixed [~arina] I see - thanks for the info. I tested on drill-1.6 and observed the same incons

[GitHub] drill pull request #482: DRILL-4604: Generate warning on Web UI if drillbits...

2016-07-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/482#discussion_r70770934 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java --- @@ -207,6 +210,21 @@ private void javaPropertiesToSystemOptions(