[GitHub] drill issue #1243: Solve unable to get jquery in the intranet

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1243 @mayyamus please create Apache Jira for the fix first (https://drill.apache.org/docs/apache-drill-contribution-guidelines/). Also please note that the part of code you are changing was done

[GitHub] drill pull request #1230: DRILL-6345: DRILL Query fails on Function LOG10

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1230 ---

[GitHub] drill pull request #1216: DRILL-6173: Support transitive closure during filt...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1216 ---

[GitHub] drill pull request #1210: DRILL-6270: Add debug startup option flag for dril...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1210 ---

[GitHub] drill pull request #1226: DRILL-3855: Enable FilterSetOpTransposeRule, Drill...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1226 ---

[GitHub] drill issue #1235: DRILL-6336: Inconsistent method name.

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1235 @vrozov so you suggest to leave as is, correct? @paul-rogers since you have originally added `DebugStringBuilder`, do you agree? ---

[GitHub] drill issue #1224: DRILL-6321: Customize Drill's conformance. Allow support ...

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1224 @chunhui-shi could you please address @vrozov comment? @vvysotskyi could you please alos take a look at PR? ---

[GitHub] drill issue #1204: DRILL-6318

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1204 @oleg-zinovev could you please rebase to the latest master? ---

[GitHub] drill issue #1233: Updated with links to previous releases

2018-04-29 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1233 @arina-ielchiieva I'll change the PR as suggested by Parth. Since Bridget does the merges for _gh-pages_ repo, I'll ask her to close the PR. ---

[GitHub] drill issue #1236: DRILL-6347: Inconsistent method name "field".

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1236 @BruceKuiLiu could you please address @vrozov comments? ---

[GitHub] drill issue #1126: DRILL-6179: Added pcapng-format support

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1126 @Vlad-Storona could you please rebase to the latest master and confirm that PR is ready for review? ---

[GitHub] drill pull request #1222: DRILL-6341: Fixed failing tests for mongodb storag...

2018-04-29 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1222#discussion_r184882305 --- Diff: contrib/storage-mongo/src/test/java/org/apache/drill/exec/store/mongo/MongoTestSuit.java --- @@ -128,42 +130,63 @@ private static void setup()

[GitHub] drill issue #1224: DRILL-6321: Customize Drill's conformance. Allow support ...

2018-04-29 Thread vvysotskyi
Github user vvysotskyi commented on the issue: https://github.com/apache/drill/pull/1224 As I understand from DRILL-1921, cross join was prevented due to the `CannotPlanException` exception at the planning stage. Can we get the same problem using `APPLY`? If yes, should be

[GitHub] drill pull request #1144: DRILL-6202: Deprecate usage of IndexOutOfBoundsExc...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1144 ---

[GitHub] drill pull request #1222: DRILL-6341: Fixed failing tests for mongodb storag...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1222 ---

[GitHub] drill pull request #1218: DRILL-6335: Refactor row set abstractions to prepa...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1218 ---

[GitHub] drill pull request #1240: DRILL-6327: Update unary operators to handle IterO...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1240 ---

[GitHub] drill pull request #1196: DRILL-6286: Fixed incorrect reference to shutdown ...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1196 ---

[GitHub] drill pull request #1220: DRILL-6328: Consolidate developer docs in docs fol...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1220 ---

[GitHub] drill pull request #1217: DRILL-6302: Fixed NPE in Drillbit close method

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1217 ---

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1234 ---

[DISCUSS] batch ownership

2018-04-29 Thread Vlad Rozov
I did not mean that a pass-through operator should not take the ownership of a batch it processes. My question was whether they do so and if they do, when and how. As far as I can see in the ProjectorTemplate code, the transfer is not done in all cases and when Projector operates in sv2 mode,

Re: [DISCUSS] batch ownership

2018-04-29 Thread Paul Rogers
Specific answers based on my understanding. > I did not mean that a pass-through operator should not take the ownership of a batch it processes. My question was whether they do so and if they do, when and how. Yes, operators do take ownership, somewhere in the process of calling next() on

[GitHub] drill pull request #1243: Solve unable to get jquery in the intranet

2018-04-29 Thread mayyamus
Github user mayyamus closed the pull request at: https://github.com/apache/drill/pull/1243 ---

Re: [DISCUSS] batch ownership

2018-04-29 Thread Paul Rogers
Hi Vlad, More responses. > The same approach [as for internal operators] applies to senders and > receivers. Senders gets batches from the upstream operators taking ownership of those batches and send data to receivers. Senders receive data from an "upstream" operator, then serialize over the

Re: [DISCUSS] batch ownership

2018-04-29 Thread Paul Rogers
Hi Vlad, Glad to see you are becoming an expert in the mechanics of data batch handling. This is a complex area that deserves the care and attention your are investing. Drill's current behavior reflects the design decisions of Drill's original authors. Unfortunately, those authors are no

[jira] [Created] (DRILL-6371) Use FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule in main logical stage

2018-04-29 Thread Vitalii Diravka (JIRA)
Vitalii Diravka created DRILL-6371: -- Summary: Use FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule in main logical stage Key: DRILL-6371 URL: https://issues.apache.org/jira/browse/DRILL-6371

[GitHub] drill issue #1235: DRILL-6336: Inconsistent method name.

2018-04-29 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1235 My take is that "append" is more common for classes with the similar functionality, see for example `ToStringBuilder`. As there is no added benefit of using "print" vs "append", my recommendation is

[jira] [Resolved] (DRILL-3130) Project can be pushed below union all / union to improve performance

2018-04-29 Thread Vitalii Diravka (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Diravka resolved DRILL-3130. Resolution: Done Fix Version/s: (was: 1.1.0) 1.14.0 Resolved

[jira] [Resolved] (DRILL-2746) Filter is not pushed into subquery past UNION ALL

2018-04-29 Thread Vitalii Diravka (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Diravka resolved DRILL-2746. Resolution: Done Fix Version/s: (was: 1.1.0) 1.14.0 Resolved

[GitHub] drill issue #1236: DRILL-6347: Inconsistent method name "field".

2018-04-29 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1236 LGTM. Please squash commits. ---

[GitHub] drill pull request #1243: Solved unable to get jquery on the intranet

2018-04-29 Thread mayyamus
GitHub user mayyamus opened a pull request: https://github.com/apache/drill/pull/1243 Solved unable to get jquery on the intranet Running on the intranet, access is slow due to the inability to get jquery. Modified to directly access local jQuery resources. You can merge this pull

[jira] [Created] (DRILL-6370) Mod operator % is documented, but not available

2018-04-29 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-6370: -- Summary: Mod operator % is documented, but not available Key: DRILL-6370 URL: https://issues.apache.org/jira/browse/DRILL-6370 Project: Apache Drill Issue Type:

[GitHub] drill pull request #1222: DRILL-6341: Fixed failing tests for mongodb storag...

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1222#discussion_r184881467 --- Diff: contrib/storage-mongo/src/test/java/org/apache/drill/exec/store/mongo/MongoTestSuit.java --- @@ -128,42 +130,63 @@ private static void

[GitHub] drill issue #1233: Updated with links to previous releases

2018-04-29 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1233 @kkhatua / @parthchandra should we close the PR or what other work should be done? ---

[GitHub] drill issue #1236: DRILL-6347: Inconsistent method name "field".

2018-04-29 Thread BruceKuiLiu
Github user BruceKuiLiu commented on the issue: https://github.com/apache/drill/pull/1236 @vrozov Thanks. ---

Re: Display column data type without code

2018-04-29 Thread Paul Rogers
Turns out I really needed better type functions in order to explain the nuances of Drill types, so I went ahead and created them. See DRILL-6361, PR #1242 [1]. Examples shown in the PR. Reviewers very much appreciated. Thanks, - Paul [1] https://github.com/apache/drill/pull/1242 On

[GitHub] drill pull request #1242: DRILL-6361: Revised typeOf() function versions

2018-04-29 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/1242 DRILL-6361: Revised typeOf() function versions Drill provides the `typeof()` function to return the type of a column. However, this function has two key limitations: 1. It returns NULL