Repository: metamodel
Updated Branches:
  refs/heads/master b95d74f1f -> 3a51e0cd3


Updated CHANGES.md

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/3a51e0cd
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/3a51e0cd
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/3a51e0cd

Branch: refs/heads/master
Commit: 3a51e0cd3dea73a8421ff011bcbae870cb0c6898
Parents: b95d74f
Author: Kasper Sørensen <i.am.kasper.soren...@gmail.com>
Authored: Fri Oct 9 09:22:50 2015 +0200
Committer: Kasper Sørensen <i.am.kasper.soren...@gmail.com>
Committed: Fri Oct 9 09:22:50 2015 +0200

----------------------------------------------------------------------
 CHANGES.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/3a51e0cd/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 4e70763..a753469 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,8 +1,10 @@
-### Apache MetaModel (latest)
+### Apache MetaModel 4.4.0
 
+ * [METAMODEL-192] - Added support for Scalar functions. We have a basic set 
of datatype conversion functions as well as support for UDF via implementing 
the ScalarFunction interface.
+ * [METAMODEL-194] - Added support for setting the "Max rows" flag of a query 
to 0. This will always return an empty dataset.
  * [METAMODEL-173] - Improved CSV writing to non-file destinations. Added 
.write() and .append() methods to Resource interface.
- * [METAMODEL-176] - Trimmed the transient dependencies of the JDBC module.
  * [METAMODEL-170] - Dropped support for Java 6.
+ * [METAMODEL-176] - Trimmed the transient dependencies of the JDBC module.
  * [METAMODEL-178] - Added AggregateFunction and ScalarFunction interfaces. 
Changed FunctionType enum to be super-interface of those. Compatibility is 
retained but a recompile of code using FunctionType is needed.
  * [METAMODEL-188] - Changed OperatorType enum to be an interface. 
Compatibility is retained but a recompile of code is needed.
  * [METAMODEL-179] - Ensured that HdfsResource is not closing a shared HDFS 
file system reference.

Reply via email to