----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6156/#review9503 -----------------------------------------------------------
hcatalog-pig-adapter/src/main/java/org/apache/hcatalog/pig/HCatBaseStorer.java <https://reviews.apache.org/r/6156/#comment20323> Ah. This is result of HIVE-3246. Is it possible to have a shims for hive and return ByteArrayRef for hive version < 0.10 and byte[] for >=0.10. HCat 0.5 might be released before hive 0.10 happens or even if hive 0.10 is released users might still be using hive 0.9 till 0.10 is stable. - Rohini Palaniswamy On July 26, 2012, 3:26 p.m., Travis Crawford wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6156/ > ----------------------------------------------------------- > > (Updated July 26, 2012, 3:26 p.m.) > > > Review request for hcatalog. > > > Description > ------- > > Fix HCatalog breakage due to Hive change from ByteArrayRef to byte[] > > > This addresses bug HCATALOG-455. > https://issues.apache.org/jira/browse/HCATALOG-455 > > > Diffs > ----- > > > hcatalog-pig-adapter/src/main/java/org/apache/hcatalog/pig/HCatBaseStorer.java > 00912ef > hcatalog-pig-adapter/src/main/java/org/apache/hcatalog/pig/PigHCatUtil.java > 696081f > > hcatalog-pig-adapter/src/test/java/org/apache/hcatalog/pig/TestHCatStorer.java > 942e93d > > Diff: https://reviews.apache.org/r/6156/diff/ > > > Testing > ------- > > > Thanks, > > Travis Crawford > >
