> On Jan. 9, 2014, 11:44 p.m., Ashutosh Chauhan wrote: > > metastore/if/hive_metastore.thrift, line 299 > > <https://reviews.apache.org/r/16074/diff/4/?file=395723#file395723line299> > > > > Should this be list<bool>? I guess in current form, this implies same > > boolean value for all partitions passed in the request. Will be good to > > document.
that is intended... does not exist flag is per command > On Jan. 9, 2014, 11:44 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java, line 1529 > > <https://reviews.apache.org/r/16074/diff/4/?file=395732#file395732line1529> > > > > Lets pass false, otherwise server may return huge output (for large > > number of partitions) which is of no use to client. The output is only as huge as the command :) I think this is better done in separate jira. For backward compat we'd rather have to pass some sort of flag; it might require syntax change to specify that flag > On Jan. 9, 2014, 11:44 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Partition.java, line 154 > > <https://reviews.apache.org/r/16074/diff/4/?file=395733#file395733line154> > > > > We should do this via Kryo. Probably matter for another jira though. Yeah I just added the comment, code is old - Sergey ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16074/#review31486 ----------------------------------------------------------- On Dec. 9, 2013, 7:36 p.m., Sergey Shelukhin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16074/ > ----------------------------------------------------------- > > (Updated Dec. 9, 2013, 7:36 p.m.) > > > Review request for hive and Ashutosh Chauhan. > > > Repository: hive-git > > > Description > ------- > > See JIRA. RB does not include generated code. > > > Diffs > ----- > > metastore/if/hive_metastore.thrift 43b3907 > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java > 01c2626 > > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java > 65406d9 > metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java > cacfa07 > metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java > 04d399f > metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java 27ae3c4 > > metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java > 57f1e67 > > metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java > c0e720f > ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java d32be59 > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 947b65c > ql/src/java/org/apache/hadoop/hive/ql/metadata/Partition.java f4476a9 > ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java 321759b > ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java > 7443ea4 > ql/src/java/org/apache/hadoop/hive/ql/parse/ImportSemanticAnalyzer.java > e97d948 > ql/src/java/org/apache/hadoop/hive/ql/plan/AddPartitionDesc.java ff60e44 > ql/src/test/results/clientnegative/addpart1.q.out b4be19c > ql/src/test/results/clientnegative/alter_view_failure4.q.out b218c19 > ql/src/test/results/clientpositive/add_part_exist.q.out 559cb26 > ql/src/test/results/clientpositive/add_part_multiple.q.out 7bc071e > ql/src/test/results/clientpositive/create_view_partitioned.q.out e90ffc7 > ql/src/test/results/clientpositive/partitions_json.q.out deb7a1f > > Diff: https://reviews.apache.org/r/16074/diff/ > > > Testing > ------- > > running clidriver, some more query results will change > > > Thanks, > > Sergey Shelukhin > >