Re: Review Request 29064: DRILL-1869 - CPP Client does not handle record batches that contain nullable varchars with only null values.

2014-12-16 Thread Parth Chandra
contrib/native/client/src/protobuf/BitControl.pb.cc 64ab783 contrib/native/client/src/protobuf/UserBitShared.pb.h cfe6938 contrib/native/client/src/protobuf/UserBitShared.pb.cc 17b3463 Diff: https://reviews.apache.org/r/29064/diff/ Testing --- Thanks, Parth Chandra

Re: Review Request 28419: DRILL-1776: C++ Client. Add interface to get application context.

2015-01-02 Thread Parth Chandra
://reviews.apache.org/r/28419/#comment110138 Does this have to be static? - Parth Chandra On Nov. 24, 2014, 10:45 p.m., Xiao Meng wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28419

Re: Review Request 30868: DRILL-1197: C++ Client. Differentiate socket/handshake/query timeout for deadline timer.

2015-02-11 Thread Parth Chandra
. - Parth Chandra On Feb. 11, 2015, 8:10 a.m., Xiao Meng wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30868/ --- (Updated

Re: Review Request 24470: DRILL-1219. C++ Client. Fix timeout for 32-bit windows platform

2015-02-17 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24470/#review72904 --- Ship it! Ship It! - Parth Chandra On Feb. 16, 2015, 11:49 p.m

Review Request 31099: DRILL-2038: Fix handling of error objects. C++ Client API has a crash with multiple parallel queries.

2015-02-16 Thread Parth Chandra
/ Testing --- Ran thru test queries on all platforms. Valgrind on Linux. Thanks, Parth Chandra

Re: Please join for the Drill community hangout Tuesday (tomorrow) 10am Pacific

2015-01-27 Thread Parth Chandra
Hangout starting now https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Mon, Jan 26, 2015 at 2:35 PM, Jason Altekruse altekruseja...@gmail.com wrote: Hello Drillers, Please join us tomorrow at 10am Pacific for our community meeting. If you are new to Drill, have

Re: Review Request 26371: DRILL-1498 Drill Client to handle handshake messages in handleRead and to ignore spurious results

2015-01-06 Thread Parth Chandra
:30 p.m.) Review request for drill and Parth Chandra. Repository: drill-git Description --- Occasionally the client will receive handshake messages from the server. Requests should be reponded to and responses should be ignored. Spurious Query_Handle and Query_Result

Re: Review Request 26371: DRILL-1498 Drill Client to handle handshake messages in handleRead and to ignore spurious results

2015-01-06 Thread Parth Chandra
out? - Parth Chandra On Jan. 6, 2015, 8:20 p.m., Norris Lee wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26371

Review Request 30905: DRILL-2038: Fix handling of error objects. C++ Client syncronous API has a crash with multiple parallel queries.

2015-02-11 Thread Parth Chandra
/native/client/src/clientlib/drillClientImpl.cpp c832a79 Diff: https://reviews.apache.org/r/30905/diff/ Testing --- Ran 30 concurrent queries on tpc-h data and had 6 queries with errors. Everything ran successfully where previously the queries would give a crash. Thanks, Parth Chandra

Re: Review Request 28686: For DRILL-1735, hook up JDBC connection closing, and fix follow-on resource bugs.

2015-02-13 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28686/#review72477 --- Ship it! Ship It! - Parth Chandra On Feb. 5, 2015, 7:28 p.m

Re: Review Request 26371: DRILL-1498 Drill Client to handle handshake messages in handleRead and to ignore spurious results

2015-01-06 Thread Parth Chandra
- Parth Chandra On Jan. 6, 2015, 1:06 a.m., Norris Lee wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26371/ --- (Updated Jan

Review Request 32214: DRILL-2442: C++ client support for impersonation

2015-03-18 Thread Parth Chandra
/client/src/include/drill/common.hpp e149ed1 contrib/native/client/src/include/drill/drillClient.hpp 19fec69 Diff: https://reviews.apache.org/r/32214/diff/ Testing --- Usual test queries on MAc/Linux/Win64 Thanks, Parth Chandra

Re: Review Request 32082: DRILL-2136: Fixed isNull for Nullable... SqlAccessors.

2015-03-17 Thread Parth Chandra
for this? - Parth Chandra On March 15, 2015, 9:11 p.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32082/ --- (Updated

Re: Review Request 28686: For DRILL-1735, hook up JDBC connection closing, and fix follow-on resource bugs.

2015-03-19 Thread Parth Chandra
that the connection object adds and removes statements from the registry (instead of the statements doing so themselves). Makes the code cleaner. Not a showstopper for this patch. - Parth Chandra On March 20, 2015, 12:30 a.m., Daniel Barclay wrote

Re: Review Request 31876: DRILL-2415: Export Drill C++ Client symbols so as to provide dynamic linking

2015-03-19 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31876/#review77061 --- Ship it! Ship It! - Parth Chandra On March 19, 2015, 3:16 a.m

Re: My last patch moved us to protobuf 2.6

2015-03-19 Thread Parth Chandra
I think the C++ client will be fine since we don't generate the code every time. There may be some protobuf changes coming soon that will require updating the code. I'll update the cmake required version at that time. Parth On Thu, Mar 19, 2015 at 2:43 PM, Xiao Meng xi...@simba.com wrote: Hi,

Re: Review Request 32214: DRILL-2442: C++ client support for impersonation

2015-03-20 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32214/#review77272 --- On March 18, 2015, 8:35 p.m., Parth Chandra wrote

Re: Review Request 31995: DRILL-2128 fix for DatabaseMetaData.getColumns's DATA_TYPE and TYPE_NAME (pt. 2--core fix)

2015-03-13 Thread Parth Chandra
://reviews.apache.org/r/31995/#comment123976 Should we fix this and make it DECIMAL_DIGITS then? - Parth Chandra On March 12, 2015, 8:58 p.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 31995: DRILL-2128 fix for DatabaseMetaData.getColumns's DATA_TYPE and TYPE_NAME (pt. 2--core fix)

2015-03-13 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31995/#review76436 --- Ship it! Ship It! - Parth Chandra On March 12, 2015, 8:58 p.m

Re: Review Request 31876: DRILL-2415: Export Drill C++ Client symbols so as to provide dynamic linking

2015-03-13 Thread Parth Chandra
On March 11, 2015, 12:29 a.m., Parth Chandra wrote: contrib/native/client/src/include/drill/drillClient.hpp, line 311 https://reviews.apache.org/r/31876/diff/1/?file=889994#file889994line311 This is required on Windows but not on Linux. Can you add a link to the explanation

Re: Review Request 31876: DRILL-2415: Export Drill C++ Client symbols so as to provide dynamic linking

2015-03-10 Thread Parth Chandra
; } contrib/native/client/src/include/drill/drillClient.hpp https://reviews.apache.org/r/31876/#comment123406 This is required on Windows but not on Linux. Can you add a link to the explanation? - Parth Chandra On March 10, 2015, 8:44 p.m., Alexander zarei wrote

Re: Review Request 31953: DRILL-2128: Pt. 1: Preparatory changes before core changes for actual fix.

2015-03-11 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31953/#review76204 --- Ship it! Ship It! - Parth Chandra On March 11, 2015, 10:09 p.m

Re: Review Request 32083: DRILL-2463: Implement JDBC NULL - dummy value mapping in AvaticaDrillSqlAccessor and SqlAccessors.

2015-03-25 Thread Parth Chandra
You will probably need to add the getString method for all varlen types. - Parth Chandra On March 23, 2015, 8:21 p.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Getting a Query State

2015-03-25 Thread Parth Chandra
Hi Matthew, The drillbit sends back two messages to the client: 1) A message with the isLastChunk flag set to true and query state is PENDING and 2) A terminal messge which has the query state changed to COMPLETED (isLastChunk may be false). I believe the JDBC driver batches these two

Re: Review Request 32412: DRILL-2461: Fix: INTERVAL in view makes INFORMATION_SCHEMA.COLUMN fail.

2015-03-25 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32412/#review77808 --- Ship it! Ship It! - Parth Chandra On March 23, 2015, 8:11 p.m

Review Request 32640: DRILL-2573: C++ Client - Separate QueryResult into QueryResult and QueryData

2015-03-30 Thread Parth Chandra
and cancellations. Thanks, Parth Chandra

Review Request 32691: DRILL-2268: Added unit tests

2015-03-31 Thread Parth Chandra
, Parth Chandra

Review Request 31419: DRILL-1378: Ctrl-C to cancel a query that has not returned with the first result set

2015-02-25 Thread Parth Chandra
for DRILL-2245) Thanks, Parth Chandra

Re: Review Request 31419: DRILL-1378: Ctrl-C to cancel a query that has not returned with the first result set

2015-02-25 Thread Parth Chandra
--- On Feb. 25, 2015, 6:38 p.m., Parth Chandra wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31419

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-26 Thread Parth Chandra
-exec/src/main/java/org/apache/drill/exec/work/ErrorHelper.java https://reviews.apache.org/r/31748/#comment126358 Since we're cleaning this up, I really thing a UUID for the client side error message only serves to confuse the message and we should ideally remove it. - Parth Chandra On March

Re: Review Request 31313: DRILL-2280: Refactor ValueVector interface add an abstract ValueVector implementation

2015-03-24 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31313/#review77601 --- Ship it! Ship It! - Parth Chandra On March 3, 2015, 1:31 a.m

Re: [VOTE] Release Apache Drill 0.8.0 (rc1)

2015-03-27 Thread Parth Chandra
+1 binding. Built on Linux from src. Started drillbit and ran a few test queries from sqlline. Looks good. On Wed, Mar 25, 2015 at 11:49 PM, Jacques Nadeau jacq...@apache.org wrote: Good evening, I would like to propose the release of Apache Drill, version 0.8.0. This is the second

Re: Review Request 32494: DRILL-2565: Add AlreadyClosedSqlException, some key checks, and test for future DRILL-2489 fix.

2015-04-02 Thread Parth Chandra
even though this is a normal case. exec/jdbc/src/main/java/org/apache/drill/jdbc/DrillStatement.java https://reviews.apache.org/r/32494/#comment127676 I think the parent throws an UnsupportedOperationException for the update methods. Don't see why we need to override this. - Parth Chandra

Re: Review Request 32598: DRILL-2579: pt 2. Hygiene: Renamed to match semantics; fixed, added, formatted doc.; basic whitespace.

2015-04-02 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32598/#review78728 --- Ship it! Ship It! - Parth Chandra On March 31, 2015, 9:33 p.m

Re: Review Request 32593: DRILL-2579: pt 1. Core fix: Fix: JDBC unit tests will time out after one testcase fails with unexpected results.

2015-04-02 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32593/#review78727 --- Ship it! Ship It! - Parth Chandra On March 31, 2015, 9:32 p.m

Re: Review Request 32640: DRILL-2573: C++ Client - Separate QueryResult into QueryResult and QueryData

2015-04-02 Thread Parth Chandra
in parallel and multiple queries in parallel with errors and cancellations. Thanks, Parth Chandra

Re: Review Request 33289: DRILL-2350: Improve exception handling and error messages in JSON reader.

2015-04-20 Thread Parth Chandra
/drill/exec/store/json/TestJsonRecordReader.java 8b09e80 exec/java-exec/src/test/resources/jsoninput/DRILL-2350.json PRE-CREATION Diff: https://reviews.apache.org/r/33289/diff/ Testing --- All unit tests. Thanks, Parth Chandra

Re: Review Request 33289: DRILL-2350: Improve exception handling and error messages in JSON reader.

2015-04-20 Thread Parth Chandra
8b09e80 exec/java-exec/src/test/resources/jsoninput/DRILL-2350.json PRE-CREATION Diff: https://reviews.apache.org/r/33289/diff/ Testing --- All unit tests. Thanks, Parth Chandra

Re: Review Request 33289: DRILL-2350: Improve exception handling and error messages in JSON reader.

2015-04-20 Thread Parth Chandra
/33289/diff/ Testing --- All unit tests. Thanks, Parth Chandra

Re: Review Request 33291: DRILL-2782: 2-Core: Decide, implement behavior for transaction-related JDBC methods.

2015-04-20 Thread Parth Chandra
Per the spec, one cannot call setTransactionLevel with TRANSACTION_NONE. Doesn't the parent method throw an exception? - Parth Chandra On April 20, 2015, 3:03 a.m., Daniel Barclay wrote: --- This is an automatically generated e-mail

Re: Review Request 33290: DRILL-2782: 1-Hygiene before: Decide, implement behavior for transaction-related JDBC methods

2015-04-20 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33290/#review80901 --- Ship it! Ship It! - Parth Chandra On April 20, 2015, 3:03 a.m

Re: Review Request 33336: DRILL-2822: Changed timeout 90 s - 120 s for Drill2128GetColumnsDataTypeNotTypeCodeIntBugsTest.

2015-04-20 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6/#review80909 --- Ship it! Ship It! - Parth Chandra On April 20, 2015, 3:05 a.m

Re: Review Request 33289: DRILL-2350: Improve exception handling and error messages in JSON reader.

2015-04-21 Thread Parth Chandra
/TestJsonRecordReader.java 8b09e80 exec/java-exec/src/test/resources/jsoninput/DRILL-2350.json PRE-CREATION Diff: https://reviews.apache.org/r/33289/diff/ Testing --- All unit tests. Thanks, Parth Chandra

Re: Review Request 33442: DRILL-2811: Allow direct connection to drillbit from DrillClient

2015-04-23 Thread Parth Chandra
://reviews.apache.org/r/33442/diff/ Testing --- Tested using sqlline As the connection string use : sqlline -u jdbc:drill:local=localhost:31010 -n admin -p admin Thanks, Parth Chandra

Re: Review Request 33291: DRILL-2782: 2-Core: Decide, implement behavior for transaction-related JDBC methods.

2015-04-23 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33291/#review81411 --- Ship it! LGTM - Parth Chandra On April 23, 2015, 9:16 p.m

Re: Should we make dir* columns only exist when requested?

2015-04-23 Thread Parth Chandra
A common use case (as Daniel's example pointed out) is to arrange data in directories by date and look for the newest date. Something like this: Directory structure - 2015-04-01/subdir/data.json 2015-04-02/subdir/data.json 2015-04-03/subdir/data.json . . Then query for the latest

Review Request 33442: DRILL-2811: Allow direct connection to drillbit from DrillClient

2015-04-22 Thread Parth Chandra
: sqlline -u jdbc:drill:local=localhost:31010 -n admin -p admin Thanks, Parth Chandra

Re: Review Request 33291: DRILL-2782: 2-Core: Decide, implement behavior for transaction-related JDBC methods.

2015-04-21 Thread Parth Chandra
On April 21, 2015, 4:36 a.m., Parth Chandra wrote: What should our option be to handle clients that do not handle the exceptions thrown by these methods? We could check an environment variable and if it is set, then silently return from any of these calls instead of throwing

Re: Review Request 33345: DRILL-2829 Info. schema hygiene (for upcoming fixes)

2015-04-22 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33345/#review81189 --- Ship it! Ship It! - Parth Chandra On April 20, 2015, 4:24 a.m

Re: Review Request 33322: DRILL-2696: Part 1: Test for future DRILL-2696 PathScanner fix (currently disabled with @Ignore).

2015-04-22 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33322/#review81179 --- Ship it! Ship It! - Parth Chandra On April 20, 2015, 3:03 a.m

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-20 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32795/#review80790 --- Ship it! Ship It! - Parth Chandra On April 18, 2015, 12:50 a.m

Review Request 33727: DRILL-2811: Fix connection to individual drill bit. Allow port to be optional.

2015-04-30 Thread Parth Chandra
=10.10.10.121:31010 Different drillbit !connect jdbc:drill:schema=test;drillbit=10.10.10.123:31010 No schem specified !connect jdbc:drill:drillbit=10.10.10.123:31010 Thanks, Parth Chandra

Re: Review Request 33651: DRILL-2884: Have cancel() cause query canceled rather than just ResultSet closed.

2015-05-01 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33651/#review82304 --- Ship it! Ship It! - Parth Chandra On April 29, 2015, 4:26 p.m

Re: Review Request 33651: DRILL-2884: Have cancel() cause query canceled rather than just ResultSet closed.

2015-05-01 Thread Parth Chandra
/DrillResultSetImpl.java https://reviews.apache.org/r/33651/#comment133031 I don't get why you removed the call to checkNotClosed here. - Parth Chandra On April 29, 2015, 4:26 p.m., Daniel Barclay wrote: --- This is an automatically generated e

Re: Review Request 33599: DRILL-2885: Return more precise error codes on handshake failures in C++ client

2015-05-01 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33599/#review82296 --- Ship it! Ship It! - Parth Chandra On May 1, 2015, 11:21 p.m

Re: Review Request 33779: DRILL-2932: Fix: Error printed to System.out; text not in exception message.

2015-05-04 Thread Parth Chandra
odd since RecordBatchLoader.load() does not seem to be throwing an exception. Even if it does, you catch the exception and throw a SqlException with an unknown exception message later. - Parth Chandra On May 2, 2015, 6:12 a.m., Daniel Barclay wrote

Re: Review Request 33779: DRILL-2932: Fix: Error printed to System.out; text not in exception message.

2015-05-04 Thread Parth Chandra
https://reviews.apache.org/r/33779/#comment133147 This is never released if an exception is throw. - Parth Chandra On May 2, 2015, 6:12 a.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Test timeout failures

2015-04-29 Thread Parth Chandra
+1 on reducing the fork count. Don't see this as a reason to hold up the 0.9.0 release. The build instructions can (probably should) be updated to tell people what to do to reduce the forkCount. On Wed, Apr 29, 2015 at 3:27 PM, Sudheesh Katkam skat...@maprtech.com wrote: I ran unit tests 5

Re: Review Request 33779: DRILL-2932: Fix: Error text reported via System.out.println rather than thrown SQLException's message

2015-05-05 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33779/#review82608 --- Ship it! Ship It! - Parth Chandra On May 5, 2015, 3:08 a.m

Re: Review Request 33685: DRILL-2904: Fix wrong before rows message to after rows message

2015-05-05 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33685/#review82611 --- Ship it! Ship It! - Parth Chandra On April 29, 2015, 8:50 p.m

Re: Review Request 33684: DRILL-2889: Rename JdbcTest to JdbcTestBase.

2015-05-05 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33684/#review82613 --- Ship it! Ship It! - Parth Chandra On May 2, 2015, 5:31 a.m

Re: Review Request 33683: DRILL-2887: Fix bad applications of JdbcTest.connect(...).

2015-05-05 Thread Parth Chandra
/java/org/apache/drill/jdbc/test/Drill2128GetColumnsDataTypeNotTypeCodeIntBugsTest.java https://reviews.apache.org/r/33683/#comment133377 (minor) Why not use the same pattern as the other tests that use Driver.connect(...). - Parth Chandra On April 29, 2015, 8:50 p.m., Daniel Barclay wrote

Re: Review Request 33925: DRILL-2150: Create an abstraction for repeated value vectors.

2015-05-07 Thread Parth Chandra
with RepeatedFixedWidthVectorLike. The former is a Vector (extends ValueVector) while the latter is not a Vector (hence VectorLike). - Parth Chandra On May 7, 2015, 3:40 a.m., Hanifi Gunes wrote: --- This is an automatically generated e-mail. To reply, visit

Re: TODOs in comments

2015-05-06 Thread Parth Chandra
+1 on asking who is likely to fix your TODO ! In general you tend to ignore a TODO that you did not put in. Even with TODO's that you yourself put in, action never gets taken unless there is a _concrete_ action item to follow up. As far as I can see, a JIRA is the closest we will get to having a

Re: Review Request 33910: DRILL-2961: Part 1--Prep., Hyg.: Split DrillStatement - DrillStatement{, Impl}.

2015-05-10 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33910/#review83198 --- Ship it! LGTM - Parth Chandra On May 7, 2015, 5:42 a.m., Daniel

Re: Review Request 33911: DRILL-2961: Part 2--Core: Have set...Timeout methods throw rather than ignore.

2015-05-10 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33911/#review83199 --- Ship it! LGTM - Parth Chandra On May 7, 2015, 5:42 a.m., Daniel

Re: Review Request 33925: DRILL-2150: Create an abstraction for repeated value vectors.

2015-05-11 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33925/#review83208 --- Ship it! Ship It! - Parth Chandra On May 11, 2015, 6:49 a.m

Review Request 33859: DRILL-2951: Schema not getting specified when direct drillbit is specified in the connection URL

2015-05-05 Thread Parth Chandra
/diff/ Testing --- Connected to a specific drillbit and a specific schema defined. The ran show tables and queries against the tables. Note that if no schema is specified, the user has to choose a schema before issuing queries. Thanks, Parth Chandra

Re: Review Request 33995: DRILL-2343: Add tracing proxy JDBC driver for tracing JDBC method calls.

2015-05-11 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33995/#review83349 --- Ship it! Ship It! - Parth Chandra On May 8, 2015, 11:54 p.m

Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-11 Thread Parth Chandra
/UserBitShared.pb.h e2f5fd0faeddc5968f0cdafd2200f46246210d31 contrib/native/client/src/protobuf/UserBitShared.pb.cc b07ecda41b5159458c1d3f7d215afc6835ccf809 Diff: https://reviews.apache.org/r/34072/diff/ Testing --- Tested with broken connections on Mac. Linix and Win64 Thanks, Parth Chandra

Re: Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-12 Thread Parth Chandra
/#review83453 --- On May 12, 2015, 4:54 a.m., Parth Chandra wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34072

Re: Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-12 Thread Parth Chandra
/UserBitShared.pb.cc b07ecda41b5159458c1d3f7d215afc6835ccf809 Diff: https://reviews.apache.org/r/34072/diff/ Testing --- Tested with broken connections on Mac. Linix and Win64 Thanks, Parth Chandra

Fix Version versus Target Version in JIRAs

2015-04-15 Thread Parth Chandra
It seems to me that we have been using Fix Version when we probably mean Target Version. The JIRA create issue dialog has this: Target Version: The versions where this patch is intended to be committed. Use Fix Version to note where it actually has been committed. Perhaps we should start using

Re: Fix Version versus Target Version in JIRAs

2015-04-16 Thread Parth Chandra
Version for when it actually got fixed. On Wed, Apr 15, 2015 at 1:37 PM, Parth Chandra pchan...@maprtech.com wrote: It seems to me that we have been using Fix Version when we probably mean Target Version. The JIRA create issue dialog has this: Target Version

Review Request 33289: DRILL-2350: Improve exception handling and error messages in JSON reader.

2015-04-17 Thread Parth Chandra
/store/easy/json/reader/BaseJsonProcessor.java 718bb09 exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java c196fd2 Diff: https://reviews.apache.org/r/33289/diff/ Testing --- All unit tests. Thanks, Parth Chandra

Re: Unit tests always failing with OOM on TestLargeFileCompilation

2015-04-17 Thread Parth Chandra
I've always been able to run unit tests on my Linux VM. But I see no reason why we can't bump heap mem up to 3G. On Fri, Apr 17, 2015 at 11:10 AM, Jacques Nadeau jacq...@apache.org wrote: Hey Guys, On my linux build machine with four heavy duty physical server cores, I always get a HEAP OOM

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-17 Thread Parth Chandra
/UserResultsListener.java https://reviews.apache.org/r/32795/#comment130416 Are you using the queryState parameter anywhere? I didn't see this param being used in any of the implementations. - Parth Chandra On April 17, 2015, 5:28 p.m., Sudheesh Katkam wrote

Fwd: unit test failure

2015-04-06 Thread Parth Chandra
I'm seeing the following in the Unit tests (the test seem to be passing though). Anyone else see these or is it just my branch? *Running org.apache.drill.TestUnionAll#testUnionAllImplicitCastingFailure* key 52459253098448904 1116675951 Exception (no rows returned):

Re: Review Request 32494: DRILL-2565: Add AlreadyClosedSqlException, some key checks, and test for future DRILL-2489 fix.

2015-04-06 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32494/#review79105 --- Ship it! Sqlline does not seem to be an issue. - Parth Chandra

Re: Review Request 32800: C++ Client Authentication API passing std::string across DLL boundaries

2015-04-06 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32800/#review79116 --- Ship it! Ship It! - Parth Chandra On April 6, 2015, 6:30 p.m

Re: Review Request 32819: DRILL-2673 Update UserServer == UserClient RPC to handle handshake response better

2015-04-03 Thread Parth Chandra
/java/org/apache/drill/exec/rpc/user/UserClient.java https://reviews.apache.org/r/32819/#comment127945 Is this block redundant now? Status will not be success if the RPC version does not match. - Parth Chandra On April 3, 2015, 8:29 p.m., Venki Korukanti wrote

Re: Review Request 32831: DRILL-2674: Add user authenticator interface and PAM based implementation

2015-04-03 Thread Parth Chandra
/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java https://reviews.apache.org/r/32831/#comment127948 Initialize this to empty string? If the client does not pass a password you wont pass a NULL to the authenticator. - Parth Chandra On April 3, 2015, 9:10 p.m., Venki Korukanti

Review Request 32849: DRILL-2672: C++ Client - Update for authentication changes

2015-04-03 Thread Parth Chandra
360becb Diff: https://reviews.apache.org/r/32849/diff/ Testing --- Ran Manual tests to check authentication works with valid/invalid username and password combinations Thanks, Parth Chandra

Re: Review Request 32849: DRILL-2672: C++ Client - Update for authentication changes

2015-04-04 Thread Parth Chandra
contrib/native/client/src/protobuf/User.pb.h 69daf50 contrib/native/client/src/protobuf/User.pb.cc 360becb Diff: https://reviews.apache.org/r/32849/diff/ Testing --- Ran Manual tests to check authentication works with valid/invalid username and password combinations Thanks, Parth Chandra

Review Request 32727: DRILL-2268: Added unit tests

2015-04-01 Thread Parth Chandra
-user-transactions.json PRE-CREATION Diff: https://reviews.apache.org/r/32727/diff/ Testing --- All unit tests on Linux Thanks, Parth Chandra

Re: Review Request 33044: DRILL-2613: 2-Core: Impl. ResultSet.getXxx(...) number-to-number data conversions.

2015-04-10 Thread Parth Chandra
these commented out methods? exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/TypeConvertingSqlAccessor.java https://reviews.apache.org/r/33044/#comment129282 call getIntValueorThrow instead? - Parth Chandra On April 10, 2015, 1:32 a.m., Daniel Barclay wrote

Re: Review Request 32987: DRILL-2675: Implement a subset of User Exceptions to improve how errors are reported to the user

2015-04-08 Thread Parth Chandra
and there will be no impact on the clients. - Parth Chandra On April 8, 2015, 8:04 p.m., abdelhakim deneche wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32987

Re: Review Request 35047: DRILL-2089: Part 2--Split Driver into published Driver and internal DriverImpl.

2015-06-09 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35047/#review87266 --- Ship it! Ship It! - Parth Chandra On June 4, 2015, 6:43 a.m

Re: Review Request 35046: DRILL-2089: Part 1--Pre-move preparation and code hygiene.

2015-06-09 Thread Parth Chandra
/jdbc/MetaImpl.java https://reviews.apache.org/r/35046/#comment139571 Can you put the corresponding JIRA here? - Parth Chandra On June 4, 2015, 6:43 a.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 35049: DRILL-2089: Part 4--Update package names of moved classes.

2015-06-09 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35049/#review87289 --- Ship it! Ship It! - Parth Chandra On June 4, 2015, 6:43 a.m

Re: Review Request 35048: DRILL-2089: Part 3--Move files. (Move _only_--no edits (e.g., package renaming).)

2015-06-09 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35048/#review87288 --- Ship it! Ship It! - Parth Chandra On June 4, 2015, 6:43 a.m

Re: Review Request 35051: DRILL-2089: Part 6--Rename DrillPreparedStatement to ...Impl. [various]

2015-06-09 Thread Parth Chandra
files. - Parth Chandra On June 4, 2015, 6:43 a.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35051

Re: Review Request 35052: DRILL-2089: Part 7--Post-move hygiene (simplification, renaming, whitespace).

2015-06-09 Thread Parth Chandra
? - Parth Chandra On June 4, 2015, 6:44 a.m., Daniel Barclay wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35052/ --- (Updated

Re: Review Request 35143: DRILL-3216: Part 1--Pre-core code hygiene

2015-06-09 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35143/#review87358 --- Ship it! Ship It! - Parth Chandra On June 7, 2015, 12:43 a.m

Hangout happening now

2015-06-23 Thread Parth Chandra
Come join the Drill community as we discuss what has been happening lately and what is in the pipeline. All are welcome, if you know about Drill, want to know more or just want to listen in. Link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Thanks

Re: [DISCUSS] Allowing the option to use github pull requests in place of reviewboard

2015-06-23 Thread Parth Chandra
+1 on trying this. RB has been pretty painful to us. On Mon, Jun 22, 2015 at 9:45 PM, Matthew Burgess mattyb...@gmail.com wrote: Is Travis https://travis-ci.org/ a viable option for the GitHub route? I use it for my own projects to build pull requests (with additional code quality targets

Re: Moving matured storage plugins out of contrib

2015-06-23 Thread Parth Chandra
I'd be in favor of doing this in the 1.2 release cycle. On Thu, Jun 18, 2015 at 6:30 PM, Aditya a...@apache.org wrote: Few of the storage plugins like HBase and Hive have matured enough to be moved out of contrib and into the mainline, probably under exec/storage. If people think that it is

Re: Review Request 35634: DRILL-3319: UserExceptions should be logged from the right class

2015-06-19 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35634/#review88611 --- Ship it! Ship It! - Parth Chandra On June 19, 2015, 11:18 p.m

Re: Review Request 34690: DRILL-2903 Update TestDrillbitResilience tests so that they correctly manage canceled queries that get to complete too quickly

2015-06-24 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34690/#review89266 --- Ship it! Ship It! - Parth Chandra On May 29, 2015, 11:52 p.m

Re: Review Request 35808: DRILL-2862: Convert_to/Convert_From throw assertion when an incorrect encoding type is specified

2015-06-24 Thread Parth Chandra
regression tests Thanks, Parth Chandra

  1   2   3   4   5   6   >