This is an automated email from the ASF dual-hosted git repository.

alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from 14dec6d  [tool] fix inconsistent definition among tool_action_common 
header and src
     new 303f425  [backup] Fix Spark 2 and Scala 2.11 compilation
     new 185d2c9  [common] introduce TxnId wrapper

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scala/org/apache/kudu/backup/KuduBackup.scala  |  3 +-
 .../scala/org/apache/kudu/backup/KuduRestore.scala |  3 +-
 src/kudu/common/CMakeLists.txt                     |  2 +
 src/kudu/common/txn_id-test.cc                     | 89 ++++++++++++++++++++++
 .../{util/website_util.cc => common/txn_id.cc}     | 31 ++++----
 src/kudu/common/txn_id.h                           | 80 +++++++++++++++++++
 6 files changed, 191 insertions(+), 17 deletions(-)
 create mode 100644 src/kudu/common/txn_id-test.cc
 copy src/kudu/{util/website_util.cc => common/txn_id.cc} (61%)
 create mode 100644 src/kudu/common/txn_id.h

Reply via email to