You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/10/12 01:23:00 UTC

[jira] [Commented] (PHOENIX-4358) Case Sensitive String match on SqlType in PDataType

    [ https://issues.apache.org/jira/browse/PHOENIX-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647265#comment-16647265 ] 

Hadoop QA commented on PHOENIX-4358:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12897000/caseFix.patch
  against master branch at commit f88f62abccb0b313f61b647178d71300cc0105aa.
  ATTACHMENT ID: 12897000

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 release audit{color}.  The applied patch generated 1 release audit warnings (more than the master's current 0 warnings).

    {color:green}+1 lineLengths{color}.  The patch does not introduce lines longer than 100

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.phoenix.jdbc.SecureUserConnectionsTest

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2087//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2087//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2087//console

This message is automatically generated.

> Case Sensitive String match on SqlType in PDataType
> ---------------------------------------------------
>
>                 Key: PHOENIX-4358
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4358
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.11.0
>         Environment: OSX and Linux
>            Reporter: Dave Angulo
>            Assignee: Dave Angulo
>            Priority: Minor
>         Attachments: caseFix.patch, caseFix.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> fromSqlTypeName() method uses a case sensitive match on input SqlType. This causes an issue in Spark JDBCUtils.makeSetter() which lowerCases input. The result is the error  _Unsupported sql type: varchar_.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)