You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by ar...@apache.org on 2015/08/25 12:31:52 UTC

lens git commit: LENS-726 : Update 2.3 release documentation

Repository: lens
Updated Branches:
  refs/heads/master e9d5eaadb -> af3116639


LENS-726 : Update 2.3 release documentation


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

Branch: refs/heads/master
Commit: af31166398ae9655bfcd7099f8c283171f01e4cc
Parents: e9d5eaa
Author: Rajat Khandelwal <pr...@apache.org>
Authored: Tue Aug 25 16:00:05 2015 +0530
Committer: arshad-matin <ar...@apache.org>
Committed: Tue Aug 25 16:00:05 2015 +0530

----------------------------------------------------------------------
 src/site/apt/releases/release-history.apt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/af311663/src/site/apt/releases/release-history.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releases/release-history.apt b/src/site/apt/releases/release-history.apt
index 16eef95..b683360 100644
--- a/src/site/apt/releases/release-history.apt
+++ b/src/site/apt/releases/release-history.apt
@@ -57,6 +57,10 @@ All Apache Lens releases
 
   * LENS-650 : Pre submit hook is separate from User Config Loader. User Config Loader is no longer an abstract class.
 
+  * LENS-651 : In /resultset api, file size is added. File size and the already existing field num-rows are only
+    populated if needed. Default value is no more -1, it's null(unpopulated).
+    Finished queries table has one more column now, so existing tables need to be updated.
+    The following sql should work: <<< ALTER TABLE finished_queries ADD filesize bigint AFTER rows>>>
 
 ** 2.2.x from 2.1.x