You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2018/01/29 20:37:52 UTC

incubator-datafu git commit: Minor text fix in 1.3.3 blog post

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 9bbf2a2bb -> e0e5065e7


Minor text fix in 1.3.3 blog post


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/e0e5065e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/e0e5065e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/e0e5065e

Branch: refs/heads/master
Commit: e0e5065e7a3314fa40342becb935c92707422159
Parents: 9bbf2a2
Author: Matthew Hayes <mh...@apache.org>
Authored: Mon Jan 29 12:37:45 2018 -0800
Committer: Matthew Hayes <mh...@apache.org>
Committed: Mon Jan 29 12:37:45 2018 -0800

----------------------------------------------------------------------
 site/source/blog/2018-01-26-datafu-1-3-3-released.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/e0e5065e/site/source/blog/2018-01-26-datafu-1-3-3-released.markdown
----------------------------------------------------------------------
diff --git a/site/source/blog/2018-01-26-datafu-1-3-3-released.markdown b/site/source/blog/2018-01-26-datafu-1-3-3-released.markdown
index 8e6a9c9..8bac764 100644
--- a/site/source/blog/2018-01-26-datafu-1-3-3-released.markdown
+++ b/site/source/blog/2018-01-26-datafu-1-3-3-released.markdown
@@ -24,7 +24,7 @@ Additions:
 
 * UDF for hash functions such as murmur3 and others. (DATAFU-47)
 * UDF for diffing tuples. (DATAFU-119)
-* Support for macros in DataFu.  Macros count_all_non_distinct and count_distinct_keys were added. (DATAFU-123)
+* Support for macros in DataFu.  Macros `count_all_non_distinct` and `count_distinct_keys` were added. (DATAFU-123)
 * Macro for TFIDF. (DATAFU-61)
 
 Improvements: