[2/9] drill git commit: DRILL-5378: Put more information for schema change exception in hash join, hash agg, streaming agg and sort operator.

2017-04-02 Thread jni
DRILL-5378: Put more information for schema change exception in hash join, hash agg, streaming agg and sort operator. close #801 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/70f85e57 Tree:

[9/9] drill git commit: DRILL-5373: Drill JDBC error in the process of connection via SQuirrel

2017-04-02 Thread jni
DRILL-5373: Drill JDBC error in the process of connection via SQuirrel - java.lang.NoClassDefFoundError: javax/validation/constraints/NotNull Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/d3718a62 Tree:

[3/9] drill git commit: DRILL-5369: Add initializer for ServerMetaContext

2017-04-02 Thread jni
DRILL-5369: Add initializer for ServerMetaContext ServerMetaContext had no default constructor. The lack of it might cause m_done to be set to true, same for other variables. Add a default constructor to explicitly initialize its members. close #791 Project:

[7/9] drill git commit: DRILL-4971: Query encounters system error, when there aren't eval subexpressions of any function in boolean and/or expressions

2017-04-02 Thread jni
DRILL-4971: Query encounters system error, when there aren't eval subexpressions of any function in boolean and/or expressions - New evaluated blocks for boolean operators should be with braces always, since they use labels. close #792 Project:

[8/9] drill git commit: DRILL-3510: Add ANSI_QUOTES option so that Drill's SQL Parser will recognize ANSI_SQL identifiers

2017-04-02 Thread jni
DRILL-3510: Add ANSI_QUOTES option so that Drill's SQL Parser will recognize ANSI_SQL identifiers - added supporing of quoting identifiers with DOUBLE_QUOTES or BRACKETS via setting new sys/sess EnumString option QUOTING_IDENTIFIERS; - added possibility of setting QUOTING_IDENTIFIERS by the

[5/9] drill git commit: DRILL-5351: Minimize bounds checking in var len vectors for Parquet reader

2017-04-02 Thread jni
DRILL-5351: Minimize bounds checking in var len vectors for Parquet reader close #781 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/152c87aa Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/152c87aa Diff:

[4/9] drill git commit: DRILL-5368: Fix memory leak issue in DrillClientImpl::processServerMetaResult

2017-04-02 Thread jni
DRILL-5368: Fix memory leak issue in DrillClientImpl::processServerMetaResult Fix a small memory leak by doing local allocation instead since the object doesn't escape the function. close #790 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit:

[6/9] drill git commit: DRILL-5297: when the generated plan mismatches, PlanTest print the generated plan along with expected pattern

2017-04-02 Thread jni
DRILL-5297: when the generated plan mismatches, PlanTest print the generated plan along with expected pattern close #798 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4c7e3a19 Tree: