[ 
https://issues.apache.org/jira/browse/HIVE-27174?focusedWorklogId=853469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-853469
 ]

ASF GitHub Bot logged work on HIVE-27174:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Mar/23 16:11
            Start Date: 28/Mar/23 16:11
    Worklog Time Spent: 10m 
      Work Description: vihangk1 commented on PR #4152:
URL: https://github.com/apache/hive/pull/4152#issuecomment-1487218944

   Hi @amanraj2520 Sorry for the delay in response, I was out of town. I tried 
to debug it and from what I see, the class name is  being returned by the jdbc 
`ResultSet` itself when we query the `PARAM_VALUE` using the JDBC Storage 
Handler. I don't see why the master branch gives the string value and branch-3 
gives the class name.
   
   I think instead of reverting those patches, we should disable this test for 
now and follow up in a separate ticket to determine if this should block 3.2. 
or not. I am okay merging this PR instead of reverting the offending commits in 
this case because those are important fixes to have.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 853469)
    Time Spent: 0.5h  (was: 20m)

> Disable sysdb.q test
> --------------------
>
>                 Key: HIVE-27174
>                 URL: https://issues.apache.org/jira/browse/HIVE-27174
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Aman Raj
>            Assignee: Aman Raj
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> h3. What changes were proposed in this pull request?
> Disabled sysdb.q test. The test is failing because of diff in 
> BASIC_COLUMN_STATS json string.
> Client Execution succeeded but contained differences (error code = 1) after 
> executing sysdb.q
> 3803,3807c3803,3807
> < COLUMN_STATS_ACCURATE org.apache.derby.impl.jdbc.EmbedClob@125b285b
> < COLUMN_STATS_ACCURATE org.apache.derby.impl.jdbc.EmbedClob@471246f3
> < COLUMN_STATS_ACCURATE org.apache.derby.impl.jdbc.EmbedClob@57c013
> < COLUMN_STATS_ACCURATE org.apache.derby.impl.jdbc.EmbedClob@59f1d7ac
> < COLUMN_STATS_ACCURATE org.apache.derby.impl.jdbc.EmbedClob@717777a0
> —
> {quote}COLUMN_STATS_ACCURATE 
> \{"BASIC_STATS":"true","COLUMN_STATS":{"c_boolean":"true","c_float":"true","c_int":"true","key":"true","value":"true"}}
> COLUMN_STATS_ACCURATE 
> \{"BASIC_STATS":"true","COLUMN_STATS":{"c_boolean":"true","c_float":"true","c_int":"true","key":"true","value":"true"}}
> COLUMN_STATS_ACCURATE 
> \{"BASIC_STATS":"true","COLUMN_STATS":{"key":"true","value":"true"}}
> COLUMN_STATS_ACCURATE 
> \{"BASIC_STATS":"true","COLUMN_STATS":{"key":"true","value":"true"}}
> COLUMN_STATS_ACCURATE {"BASIC_STATS":"true","COLUMN_STATS":
> {quote}
> h3. Why are the changes needed?
> There is no issue in the test. The current code prints the COL_STATS as an 
> Object instead of a json string. Not sure why is this case. Tried a lot of 
> ways but seems like this is not fixable at the moment. So, disabling it for 
> now. Note that, in Hive 3.1.3 release this test was disabled so there should 
> not be any issue in disabling it here.
>  
>  
> Created a followup ticket to fix this test that can be taken up later - 
> [HIVE-27057] Test fix for sysdb.q - ASF JIRA (apache.org)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to