[GitHub] drill pull request #487: remove useless text

2016-10-10 Thread yaojingguo
Github user yaojingguo closed the pull request at: https://github.com/apache/drill/pull/487 --- 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 #607: Drill 3423:Add New HTTPD format plugin

2016-10-10 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/607 Drill 3423:Add New HTTPD format plugin This PR adds the capability to Drill to query HTTPD web server logs natively. In addition to the HTTPD parser, it also includes two UDFs: parse_url() and

[GitHub] drill issue #487: remove useless text

2016-10-10 Thread bbevens
Github user bbevens commented on the issue: https://github.com/apache/drill/pull/487 The fix has been merged into the doc. This PR can be closed. Thanks! --- 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

[GitHub] drill pull request #606: Drill-1328: Compute and use statistics in Drill

2016-10-10 Thread gparai
GitHub user gparai opened a pull request: https://github.com/apache/drill/pull/606 Drill-1328: Compute and use statistics in Drill You can merge this pull request into a Git repository by running: $ git pull https://github.com/gparai/drill Drill-1328-r2 Alternatively you can

[GitHub] drill pull request #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-10-10 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r82690304 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/FixedByteAlignedReader.java --- @@ -161,7 +160,7 @@ void

[GitHub] drill pull request #604: DRILL-4862: binary_string should use another buffer...

2016-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/604 --- 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 #509: DRILL-4618: Fix hive function loader not correctly ...

2016-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/509 --- 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 #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82597440 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -378,38 +399,33 @@ private Path

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82580748 --- Diff: distribution/src/resources/sqlline.bat --- @@ -114,6 +114,10 @@ if "test%DRILL_LOG_DIR%" == "test" ( set

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82580650 --- Diff: distribution/src/resources/drill-config.sh --- @@ -324,6 +324,21 @@ if [ -n "$DRILL_CLASSPATH" ]; then CP="$CP:$DRILL_CLASSPATH"

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82618614 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -194,10 +194,12 @@ drill.exec: { udf: { retry-attempts: 5,

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82579439 --- Diff: distribution/src/resources/drill-config.sh --- @@ -324,6 +324,21 @@ if [ -n "$DRILL_CLASSPATH" ]; then CP="$CP:$DRILL_CLASSPATH"

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-10-10 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82597537 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -45,7 +45,7 @@ drill.client: { supports-complex-types: true }

[GitHub] drill issue #509: DRILL-4618: Fix hive function loader not correctly take ra...

2016-10-10 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/509 +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

[GitHub] drill issue #604: DRILL-4862: binary_string should use another buffer as out...

2016-10-10 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/604 +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

[GitHub] drill pull request #509: DRILL-4618: Fix hive function loader not correctly ...

2016-10-10 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/509#discussion_r82645626 --- Diff: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestInbuiltHiveUDFs.java --- @@ -84,7 +84,6 @@ public void

[jira] [Created] (DRILL-4939) to_date function returns incorrect result

2016-10-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4939: - Summary: to_date function returns incorrect result Key: DRILL-4939 URL: https://issues.apache.org/jira/browse/DRILL-4939 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-4938) need better error message

2016-10-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4938: - Summary: need better error message Key: DRILL-4938 URL: https://issues.apache.org/jira/browse/DRILL-4938 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #603: DRILL-4927: Add support for Null Equality Joins

2016-10-10 Thread KulykRoman
Github user KulykRoman commented on the issue: https://github.com/apache/drill/pull/603 @amansinha100 The commit message is updated. --- 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

[jira] [Created] (DRILL-4937) AND of AND should fail

2016-10-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4937: - Summary: AND of AND should fail Key: DRILL-4937 URL: https://issues.apache.org/jira/browse/DRILL-4937 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-4936) case expression when true then null, fails

2016-10-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4936: - Summary: case expression when true then null, fails Key: DRILL-4936 URL: https://issues.apache.org/jira/browse/DRILL-4936 Project: Apache Drill Issue