[jira] [Created] (DRILL-5984) Support for Symlinked Table Paths to be used in Drill Queries.

2017-11-21 Thread Saravanabavagugan Vengadasundaram (JIRA)
Saravanabavagugan Vengadasundaram created DRILL-5984: Summary: Support for Symlinked Table Paths to be used in Drill Queries. Key: DRILL-5984 URL: https://issues.apache.org/jira/browse/DRILL-59

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-21 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1043 Oh.. just for a heads up (I guess you already knew this), I zeroed in on the 2 themes based on copy-pasting a sample storage plugin into this: https://ace.c9.io/build/kitchen-sink.html ---

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-21 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1043 Very nice, @cgivre ! I've been looking to do something similar for the SQL side as well, but with autocomplete support. Let's talk about that separately. We just need to make sure that there are no l

[GitHub] drill issue #1045: DRILL-5730 Test Mocking Improvements

2017-11-21 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1045 @paul-rogers ---

[GitHub] drill pull request #1045: DRILL-5730 Test Mocking Improvements

2017-11-21 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/drill/pull/1045 DRILL-5730 Test Mocking Improvements ## DRILL-5730 - Switched to using the interface for FragmentContext everywhere instead of passing around the concrete class. - Minor refactoring of

[GitHub] drill issue #1030: DRILL-5941: Skip header / footer improvements for Hive st...

2017-11-21 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1030 +1. LGTM. ---

[GitHub] drill pull request #1044: DRILL-5980: Making queryType param for REST client...

2017-11-21 Thread ChrisSandison
GitHub user ChrisSandison opened a pull request: https://github.com/apache/drill/pull/1044 DRILL-5980: Making queryType param for REST client case-insensitive Fixes #5980 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ChrisSandis

[GitHub] drill pull request #795: DRILL-5089: Get only partial schemas of relevant st...

2017-11-21 Thread chunhui-shi
Github user chunhui-shi closed the pull request at: https://github.com/apache/drill/pull/795 ---

[GitHub] drill issue #914: DRILL-5657: Size-aware vector writer structure

2017-11-21 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/914 Thanks, Parth! Will make another commit to address small issues that Karthik pointed out. Let's hold off the actual commit until Drill 1.12 ships. I'll then commit the changes when we open things

[GitHub] drill pull request #921: DRILL-4286 Graceful shutdown of drillbit

2017-11-21 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/921#discussion_r152361270 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/beans/RpcType.java --- @@ -25,28 +25,8 @@ HANDSHAKE(0), ACK(1), GO

[GitHub] drill issue #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-21 Thread prasadns14
Github user prasadns14 commented on the issue: https://github.com/apache/drill/pull/1033 @arina-ielchiieva, please review ---

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread kameshb
Github user kameshb commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152310859 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuit.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apa

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread kameshb
Github user kameshb commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152303056 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/decoders/MessageReaderFactoryTest.java --- @@ -0,0 +1,64 @@ +/* + *

[GitHub] drill issue #1036: DRILL-5962: Adding ST_AsJSON functionality

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1036 Please update commit message. +1, LGTM. ---

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152286833 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/decoders/MessageReaderFactoryTest.java --- @@ -0,0 +1,64 @@ +/*

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread kameshb
Github user kameshb commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152285907 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaRecordReader.java --- @@ -0,0 +1,145 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152248126 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/schema/KafkaMessageSchema.java --- @@ -0,0 +1,87 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152246552 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/MessageIteratorTest.java --- @@ -0,0 +1,105 @@ +/* + * Lice

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152248647 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaRecordReader.java --- @@ -0,0 +1,145 @@ +/* + * Licens

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r152245838 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/MessageIterator.java --- @@ -0,0 +1,116 @@ +/* + * Licensed

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1043 @cgivre looks really nice, thanks for making the change! @kkhatua could you please take a look at this PR? ---

[GitHub] drill issue #1034: DRILL-5960: Adding asGeoJSON function

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1034 +1 ---

[GitHub] drill issue #1032: DRILL-5089: Dynamically load schema of storage plugin onl...

2017-11-21 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1032 +1 ---

[jira] [Created] (DRILL-5983) Unsupported nullable converted type INT_8 for primitive type INT32 error

2017-11-21 Thread JIRA
Hakan Sarıbıyık created DRILL-5983: -- Summary: Unsupported nullable converted type INT_8 for primitive type INT32 error Key: DRILL-5983 URL: https://issues.apache.org/jira/browse/DRILL-5983 Project: A