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

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


    from 33e798e  making uniform position of variable declaration statements
     add 9fc77eb  Fix sql injection issue
     add aa40bf8  Prevent uncontrolled data used in path expression
     add fe4ef74  Encrept response output for BroadcasterReceiveServlet
     add 7ce824a  Fix "equals" on incomparable types
     add 25f2e48  Fix type mismatch on container access
     add 221c268  Fix not thread-safe double-checked locking
     add e97c2ae  Fix potential possibility of array index out of bounds error
     add 45fc4cf  Remove container never accessed
     add e0c7586  Ensure the validity of http header from concated string
     add aa57b12  Fix synchronization on boxed types or strings

No new revisions were added by this update.

Summary of changes:
 .../common/metrics/metrics2/CodahaleMetrics.java   | 10 ---
 .../common/persistence/JDBCResourceStore.java      | 47 ++++++------
 .../apache/kylin/dict/lookup/SnapshotManager.java  | 44 +++++++-----
 .../apache/kylin/measure/topn/TopNMeasureType.java |  2 +-
 .../metadata/badquery/BadQueryHistoryManager.java  |  1 +
 .../broadcaster/BroadcasterReceiveServlet.java     | 24 ++++---
 .../kylin/rest/controller/CubeController.java      |  3 +-
 .../kylin/rest/controller/QueryController.java     | 10 +--
 .../org/apache/kylin/rest/service/CubeService.java | 84 ++++++++++++++--------
 .../org/apache/kylin/rest/util/ValidateUtil.java   |  8 ++-
 .../kylin/source/hive/BeelineHiveClient.java       |  2 +-
 .../storage/hbase/steps/HFileOutputFormat3.java    |  3 +-
 .../assign/CubePartitionRoundRobinAssigner.java    |  4 +-
 .../coordinate/StreamingCoordinator.java           |  2 +-
 14 files changed, 142 insertions(+), 102 deletions(-)

Reply via email to