datasalt / pangool

Tuple MapReduce for Hadoop: Hadoop API made easy

Home Page:http://datasalt.github.io/pangool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCatalog failing with non string partition columns

ivanprado opened this issue · comments

HCatalogInputFormat always returns strings for partition columns, even when these partitions are declared as other types (i.e. INT). In this case, Pangool fails as it does not automatically converts from String to the target type.

Is that an HCatalog Bug? Is that a problem of our integration?