[ 
https://issues.apache.org/jira/browse/HIVE-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4269:
-----------------------------------

    Status: Open  (was: Patch Available)

hiveprofiler0.q test failed.
{noformat}
    [junit] Begin query: hiveprofiler0.q
    [junit] Running: diff -a 
/home/ashutosh/hive/build/ql/test/logs/clientpositive/hiveprofiler0.q.out 
/home/ashutosh/hive/ql/src/test/results/clientpositive/hiveprofiler0.q.out
    [junit] 4a5,11
    [junit] > TS_0 ==> SEL_1: 500
    [junit] > main() ==> RS_3: 1
    [junit] > SEL_1 ==> GBY_2: 500
    [junit] > main() ==> SEL_5: 1
    [junit] > main() ==> GBY_4: 1
    [junit] > main() ==> TS_0: 500
    [junit] > SEL_5 ==> FS_6: 1
    [junit] Exception: Client execution results failed with error code = 1
    [junit] See build/ql/tmp/hive.log, or try "ant test ... 
-Dtest.silent=false" to get more logs.
    [junit] Failed query: hiveprofiler0.q

{noformat}
Not sure the reason for the failure.
                
> fix handling of binary type in hiveserver2, jdbc driver
> -------------------------------------------------------
>
>                 Key: HIVE-4269
>                 URL: https://issues.apache.org/jira/browse/HIVE-4269
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11.0
>
>         Attachments: HIVE-4269.1.patch
>
>
> Need to use 'new String(byte[])' instead of 'byte[].toString()' when 
> converting to String for jdbc, in SQLOperation.convertLazyToJava()
> Need to add support for binary in jdbc driver code.
> THe exception that gets thrown while trying to access binary column is like 
> this - 
> {code}
>     [junit] org.apache.hive.service.cli.HiveSQLException: 
> java.lang.ClassCastException: [B cannot be cast to java.lang.String
>     [junit]     at 
> org.apache.hive.service.cli.operation.SQLOperation.getNextRowSet(SQLOperation.java:188)
>     [junit]     at 
> org.apache.hive.service.cli.operation.OperationManager.getOperationNextRowSet(OperationManager.java:170)
>     [junit]     at 
> org.apache.hive.service.cli.session.HiveSessionImpl.fetchResults(HiveSessionImpl.java:324)
>     [junit]     at 
> org.apache.hive.service.cli.CLIService.fetchResults(CLIService.java:290)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to