Todd Lipcon has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12834
Change subject: trace: fully qualify namespace in macros ...................................................................... trace: fully qualify namespace in macros Impala imports kudu/util/ but most of the Impala code is not in the 'kudu' namespace. In order for Impala to use the TRACE() macros, it's thus necessary for them to fully qualify 'kudu::Trace' rather than assume the macro is being used in a context where 'kudu::' is in scope. Change-Id: I6365e08e85caa485611a8fdf2c329509911d49ab --- M src/kudu/util/trace.h 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/12834/1 -- To view, visit http://gerrit.cloudera.org:8080/12834 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6365e08e85caa485611a8fdf2c329509911d49ab Gerrit-Change-Number: 12834 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]>
