[GitHub] drill issue #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for drill to ...

2016-07-08 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/541 There are two files that are still showing up as binary. Can you update the patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70153763 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/SqlDropTable.java --- @@ -92,4 +105,6 @@ public SqlIdentifier

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70153568 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/SqlDropTable.java --- @@ -57,13 +63,20 @@ public SqlOperator getOperator() {

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70153513 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DropTableHandler.java --- @@ -69,6 +71,15 @@ public PhysicalPlan

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70153040 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DropTableHandler.java --- @@ -69,6 +71,15 @@ public PhysicalPlan

[jira] [Created] (DRILL-4771) Drill should avoid doing the same join twice if count(distinct) exists

2016-07-08 Thread Gautam Kumar Parai (JIRA)
Gautam Kumar Parai created DRILL-4771: - Summary: Drill should avoid doing the same join twice if count(distinct) exists Key: DRILL-4771 URL: https://issues.apache.org/jira/browse/DRILL-4771

[GitHub] drill issue #436: DRILL-4514 : Add describe schema command

2016-07-08 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/436 The new output looks better. I checked hive's command. Seems it lists schema name and its relevant properties. Does it make sense to add schema | database name in the output? --- If

[jira] [Created] (DRILL-4770) ParquetRecordReader throws NPE querying a single int64 column file

2016-07-08 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4770: - Summary: ParquetRecordReader throws NPE querying a single int64 column file Key: DRILL-4770 URL: https://issues.apache.org/jira/browse/DRILL-4770 Project: Apache Drill

[GitHub] drill pull request #124: Drill 3643 3654 3668

2016-07-08 Thread adeneche
Github user adeneche closed the pull request at: https://github.com/apache/drill/pull/124 --- 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

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70099210 --- Diff: exec/java-exec/src/main/codegen/includes/parserImpls.ftl --- @@ -245,15 +247,17 @@ SqlNode SqlCreateTable() : * Parses a drop table statement.

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70098588 --- Diff: exec/java-exec/src/main/codegen/includes/parserImpls.ftl --- @@ -199,15 +199,17 @@ SqlNode SqlCreateOrReplaceView() : * Parses a drop view

[GitHub] drill pull request #541: DRILL-4673: Implement "DROP TABLE IF EXISTS" for dr...

2016-07-08 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/541#discussion_r70098841 --- Diff: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestInbuiltHiveUDFs.java --- @@ -84,4 +84,10 @@ public void

Re: Error on sql query on mongodb

2016-07-08 Thread rahul challapalli
Chetan, Can you post the sample query you are running? Drill inferred a particular column type to be "NullableVarChar". However for a particular record it encountered a float. So is there a schema change in any one of the columns? - Rahul On Fri, Jul 8, 2016 at 5:07 AM, Chetan Jayaram

Error on sql query on mongodb

2016-07-08 Thread Chetan Jayaram
Dear Drill Support, I recently installed Apache Drill on my laptop and tried connecting to an existing mongodb collection. i completed the steps listed out in https://drill.apache.org/docs/mongodb-plugin-for-apache-drill/ everything worked well , in sense i can see the collections etc. but