Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/12635 )
Change subject: IMPALA-8254: Fix error when running compute stats with compression_codec set ...................................................................... Patch Set 10: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/12635/8/be/src/service/query-options.cc File be/src/service/query-options.cc: http://gerrit.cloudera.org:8080/#/c/12635/8/be/src/service/query-options.cc@264 PS8, Line 264: query_options->__set_hbase_caching(atoi(value.c_str())); : break; : case TImpalaQueryOptions::HBASE_CACHE_BLOCKS: : query_options->__set_hbase_cache_blocks( : iequals(value, "true") || iequals(value, "1")); > Good idea. I can make the whole thing in a single pass. Thanks, I think it became more readable. -- To view, visit http://gerrit.cloudera.org:8080/12635 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I2cb546fbd3d2a02e0ed30d85a33a04852bed9dd2 Gerrit-Change-Number: 12635 Gerrit-PatchSet: 10 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Fri, 01 Mar 2019 23:01:56 +0000 Gerrit-HasComments: Yes
