You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Carl Steinbach <ca...@cloudera.com> on 2010/09/23 20:36:18 UTC

Review Request: HIVE-1364: Increase the maximum length of SERDEPROPERTIES values (currently 767 characters)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/895/
-----------------------------------------------------------

Review request for Hive Developers and John Sichi.


Summary
-------

The patch increases the length of various properties in the Metastore OR mapping. Properties which are currently indexed, or which we may want to index in the future were increased to a length of 767 bytes. Properties which are not indexed and which we are unlikely to ever want to index were increased to a max length of 4000 bytes. I also removed the PK constraint on the COLUMNS.TYPE_NAME field.


This addresses bug HIVE-1364.
    http://issues.apache.org/jira/browse/HIVE-1364


Diffs
-----

  metastore/src/model/package.jdo 527f4b2 

Diff: http://review.cloudera.org/r/895/diff


Testing
-------


Thanks,

Carl


Re: Review Request: HIVE-1364: Increase the maximum length of SERDEPROPERTIES values (currently 767 characters)

Posted by Carl Steinbach <ca...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/895/
-----------------------------------------------------------

(Updated 2010-09-23 14:45:46.673298)


Review request for Hive Developers and John Sichi.


Summary
-------

The patch increases the length of various properties in the Metastore OR mapping. Properties which are currently indexed, or which we may want to index in the future were increased to a length of 767 bytes. Properties which are not indexed and which we are unlikely to ever want to index were increased to a max length of 4000 bytes. I also removed the PK constraint on the COLUMNS.TYPE_NAME field.


This addresses bug HIVE-1364.
    http://issues.apache.org/jira/browse/HIVE-1364


Diffs (updated)
-----

  metastore/src/model/package.jdo 527f4b2 

Diff: http://review.cloudera.org/r/895/diff


Testing
-------


Thanks,

Carl