You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Daniel Barclay <db...@maprtech.com> on 2015/03/15 21:37:16 UTC

Review Request 32087: DRILL-2466: Fix ".VARCHAR -> .NVARCHAR" to "-> .VARCHAR" (Types.h).

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32087/
-----------------------------------------------------------

Review request for drill, menangkihugyWS melandkihugyWS and Parth Chandra.


Repository: drill-git


Description
-------

Fixed mapping from TypeProtos.MinorType.VARCHAR to  java.sql.Types.NVARCHAR to be to java.sql.Types.VARCHA


Diffs
-----

  common/src/main/java/org/apache/drill/common/types/Types.java 04fec54 

Diff: https://reviews.apache.org/r/32087/diff/


Testing
-------

Ran new tests for JDBC metadata fixes (DRILL-2420--related) and existing tests.


Thanks,

Daniel Barclay


Re: Review Request 32087: DRILL-2466: Fix ".VARCHAR -> .NVARCHAR" to "-> .VARCHAR" (Types.h).

Posted by Daniel Barclay <db...@maprtech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32087/
-----------------------------------------------------------

(Updated March 18, 2015, 2:18 a.m.)


Review request for drill, menangkihugyWS melandkihugyWS and Parth Chandra.


Repository: drill-git


Description
-------

Fixed mapping from TypeProtos.MinorType.VARCHAR to  java.sql.Types.NVARCHAR to be to java.sql.Types.VARCHAR.


Diffs (updated)
-----

  common/src/main/java/org/apache/drill/common/types/Types.java 04fec54 
  exec/jdbc/src/main/java/org/apache/drill/jdbc/DrillColumnMetaDataList.java e75be70 

Diff: https://reviews.apache.org/r/32087/diff/


Testing
-------

Ran new tests for JDBC metadata fixes (DRILL-2420--related) and existing tests.


Thanks,

Daniel Barclay


Re: Review Request 32087: DRILL-2466: Fix ".VARCHAR -> .NVARCHAR" to "-> .VARCHAR" (Types.h).

Posted by Mehant Baid <ba...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32087/#review76798
-----------------------------------------------------------

Ship it!


One minor comment, +1 otherwise


common/src/main/java/org/apache/drill/common/types/Types.java
<https://reviews.apache.org/r/32087/#comment124457>

    Instead of the TODO can we just fix it. Seems like this method is used only in a single place so the change should be trivial.


- Mehant Baid


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/32087/
> -----------------------------------------------------------
> 
> (Updated March 15, 2015, 9:11 p.m.)
> 
> 
> Review request for drill, menangkihugyWS melandkihugyWS and Parth Chandra.
> 
> 
> Repository: drill-git
> 
> 
> Description
> -------
> 
> Fixed mapping from TypeProtos.MinorType.VARCHAR to  java.sql.Types.NVARCHAR to be to java.sql.Types.VARCHAR.
> 
> 
> Diffs
> -----
> 
>   common/src/main/java/org/apache/drill/common/types/Types.java 04fec54 
> 
> Diff: https://reviews.apache.org/r/32087/diff/
> 
> 
> Testing
> -------
> 
> Ran new tests for JDBC metadata fixes (DRILL-2420--related) and existing tests.
> 
> 
> Thanks,
> 
> Daniel Barclay
> 
>


Re: Review Request 32087: DRILL-2466: Fix ".VARCHAR -> .NVARCHAR" to "-> .VARCHAR" (Types.h).

Posted by Daniel Barclay <db...@maprtech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32087/
-----------------------------------------------------------

(Updated March 15, 2015, 9:11 p.m.)


Review request for drill, menangkihugyWS melandkihugyWS and Parth Chandra.


Repository: drill-git


Description
-------

Fixed mapping from TypeProtos.MinorType.VARCHAR to  java.sql.Types.NVARCHAR to be to java.sql.Types.VARCHAR.


Diffs (updated)
-----

  common/src/main/java/org/apache/drill/common/types/Types.java 04fec54 

Diff: https://reviews.apache.org/r/32087/diff/


Testing
-------

Ran new tests for JDBC metadata fixes (DRILL-2420--related) and existing tests.


Thanks,

Daniel Barclay


Re: Review Request 32087: DRILL-2466: Fix ".VARCHAR -> .NVARCHAR" to "-> .VARCHAR" (Types.h).

Posted by Daniel Barclay <db...@maprtech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32087/
-----------------------------------------------------------

(Updated March 15, 2015, 8:37 p.m.)


Review request for drill, menangkihugyWS melandkihugyWS and Parth Chandra.


Repository: drill-git


Description (updated)
-------

Fixed mapping from TypeProtos.MinorType.VARCHAR to  java.sql.Types.NVARCHAR to be to java.sql.Types.VARCHAR.


Diffs
-----

  common/src/main/java/org/apache/drill/common/types/Types.java 04fec54 

Diff: https://reviews.apache.org/r/32087/diff/


Testing
-------

Ran new tests for JDBC metadata fixes (DRILL-2420--related) and existing tests.


Thanks,

Daniel Barclay