Alexey Serbin has submitted this change and it was merged. Change subject: standard notation for fixed-size integer type names ......................................................................
standard notation for fixed-size integer type names Prefer the standard notation for fixed-size integer types in the Kudu code, e.g., use uint32_t instead of uint32. In addition to unification of type naming, this helps to avoid including the kudu/gutil/integral_types.h extra header file. The gutil is left unchanged in that regard. This patch does not contain any functional changes. Change-Id: If8588275d0d81e5915c798d4d244bba560b6d25f Reviewed-on: http://gerrit.cloudera.org:8080/8099 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/cfile/bloomfile-test.cc M src/kudu/client/client-test.cc M src/kudu/client/scan_configuration.h M src/kudu/common/generic_iterators-test.cc M src/kudu/common/row_changelist-test.cc M src/kudu/common/types-test.cc M src/kudu/consensus/raft_consensus.cc M src/kudu/fs/block_id.h M src/kudu/gutil/ref_counted.h M src/kudu/integration-tests/tablet_copy-itest.cc M src/kudu/integration-tests/ts_itest-base.h M src/kudu/rpc/retriable_rpc.h M src/kudu/rpc/rpc-test-base.h M src/kudu/security/token_signer.cc M src/kudu/tablet/tablet_metadata.cc M src/kudu/tablet/tablet_metadata.h M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/tool_action_tablet.cc M src/kudu/tserver/scanners.cc M src/kudu/tserver/tablet_copy_client.h M src/kudu/tserver/tablet_copy_source_session.h M src/kudu/util/async_logger.cc M src/kudu/util/async_logger.h M src/kudu/util/bloom_filter.h M src/kudu/util/condition_variable.cc M src/kudu/util/debug/trace_event_impl.cc M src/kudu/util/debug/trace_event_impl.h M src/kudu/util/file_cache-stress-test.cc M src/kudu/util/logging-test.cc M src/kudu/util/memory/memory.h M src/kudu/util/os-util.cc M src/kudu/util/pb_util-internal.h M src/kudu/util/spinlock_profiling.cc M src/kudu/util/test_util.cc M src/kudu/util/thread.cc 35 files changed, 80 insertions(+), 101 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8099 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If8588275d0d81e5915c798d4d244bba560b6d25f Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
