[GitHub] drill issue #1104: DRILL-6118: Handle item star columns during project / fil...

2018-02-24 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1104 @amansinha100 rebased and ran pre-commit tests. All good expept of 16 expected failures. ---

Re: How to get org.apache.calcite of calcite for drill

2018-02-24 Thread Gautam Parai
Drill uses its own fork of Calcite. You could open a JIRA in Apache Calcite and commit the changes, then port those back to Drill's forked version - a committer can help you in porting/deploying the new JAR with your changes (which will also bump up the version e.g. from r23 to r24). With the

[GitHub] drill issue #1081: DRILL-6068: Support user/distrib-specific config checks d...

2018-02-24 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/1081 @kkhatua since this was combined with #1082 which is merged, you can close this PR. ---

[GitHub] drill issue #1104: DRILL-6118: Handle item star columns during project / fil...

2018-02-24 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/1104 @arina-ielchiieva pls rebase on latest master. ---

[GitHub] drill issue #1111: DRILL-5978: Updating of Apache and MapR Hive libraries to...

2018-02-24 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/ +1. merged the PR in commit 27aa236. ---

[GitHub] drill pull request #1111: DRILL-5978: Updating of Apache and MapR Hive libra...

2018-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/ ---

[GitHub] drill pull request #1082: DRILL-5741: Automatically manage memory allocation...

2018-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1082 ---

How to get org.apache.calcite of calcite for drill

2018-02-24 Thread 郑伟杰(乙一)
Hi everyone:In my scenario, I want to make calcite to support implicitly cast when joinFilter, so i want to hack some code of calcite. But drill use the  specified version (1.4.0-drill-r23).   So I want to get the specified source code, what can i do ?