You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Karl D. Gierach (JIRA)" <ji...@apache.org> on 2013/08/21 20:27:52 UTC

[jira] [Updated] (HIVE-5104) HCatStorer fails to store boolean type

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

Karl D. Gierach updated HIVE-5104:
----------------------------------

    Reproduced In: 0.11.0
           Status: Patch Available  (was: Open)

code modified:

1) hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hcatalog/pig/HCatBaseStorer.java
  a) getHCatFSFromPigFS(...)
  b) getJavaObj(...)

2) hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hcatalog/pig/TestHCatStorer.java
  a) testStoreFuncAllSimpleTypes()

                
> HCatStorer fails to store boolean type
> --------------------------------------
>
>                 Key: HIVE-5104
>                 URL: https://issues.apache.org/jira/browse/HIVE-5104
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>    Affects Versions: 0.11.0
>            Reporter: Ron Frohock
>
> Unable to store boolean values to HCat table 
> Assume in Hive you have two tables...
> CREATE TABLE btest(test as boolean);
> CREATE TABLE btest2(test as boolean);
> Then in Pig 
> A = LOAD 'btest' USING org.apache.hcatalog.pig.HCatLoader();
> STORE A INTO 'btest2' USING org.apache.hcatalog.pig.HCatStorer();
> You will get an "ERROR 115: Unsupported type 5: in Pig's Schema"  
> Checking HCatBaseStorer.java, the case for data types doesn't check for booleans.  Might have been overlooked in adding boolean to Pig in 0.10

--
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