This is an automated email from the ASF dual-hosted git repository.
dlych pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git.
from b939313 Merge branch 'cheshire-cat'
new 95662c4 [NO ISSUE] Restrict UDF modification
new d58a5ac [NO ISSUE][IPC] += sendRealTimeMessageTo[Primary]CC to
INCMessageBroker
new 625d382 [NO ISSUE][IPC] += high priority NC messaging, fail on sync
send failure
new 681cd36 [NO ISSUE] Pass request parameters with DROP fn/lib
new 1940f26 [NO ISSUE][*DB] Handle unchecked exceptions during global
recovery
new 31754a3 [ASTERIXDB-2840][DOC] Window function examples
new 6c72030 Merge branch 'cheshire-cat'
The 7 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:
.../asterix/api/http/server/NCUdfApiServlet.java | 33 +-
.../app/active/ActiveEntityEventsListener.java | 3 +-
.../asterix/app/translator/QueryTranslator.java | 18 +-
.../hyracks/bootstrap/GlobalRecoveryManager.java | 44 +-
.../apache/asterix/messaging/CCMessageBroker.java | 27 +-
.../apache/asterix/messaging/NCMessageBroker.java | 10 +
.../apache/asterix/test/common/TestExecutor.java | 17 +
.../common/messaging/api/ICCMessageBroker.java | 14 +-
.../common/messaging/api/INCMessageBroker.java | 24 +-
.../src/main/markdown/builtins/14_window.md | 979 ++++++++++++---------
.../runtime/message/ResourceIdRequestMessage.java | 2 +-
.../asterix/runtime/message/TxnIdBlockRequest.java | 2 +-
.../control/common/base/INodeController.java | 2 +
.../common/ipc/NodeControllerRemoteProxy.java | 7 +
.../hyracks/control/nc/NodeControllerIPCI.java | 9 +-
15 files changed, 731 insertions(+), 460 deletions(-)