>From Michael Blow <[email protected]>: Attention is currently required from: Ali Alsuliman, Ian Maxon, Michael Blow, Murtadha Hubail, Peeyush Gupta.
Michael Blow has uploaded a new patch set (#2) to the change originally created by Ali Alsuliman. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20769?usp=email ) The following approvals got outdated and were removed: Contrib-2 by Anon. E. Moose #1000171, Integration-Tests+1 by Jenkins Change subject: [NO ISSUE][RT] Truncate warning message to writeUTF limit ...................................................................... [NO ISSUE][RT] Truncate warning message to writeUTF limit - user model changes: no - storage format changes: no - interface changes: no Details: When serializing the warnings, truncate the message to the UTF-8 limit of 65535 since DataOutput.writeUTF() has a hard limit. Ext-ref: MB-69956 Change-Id: Ic18a027bc88da8813c6f58c40f6eef236fdb1d14 --- M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/Warning.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/JavaSerializationUtils.java 2 files changed, 39 insertions(+), 1 deletion(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/69/20769/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20769?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: asterixdb Gerrit-Branch: trinity Gerrit-Change-Id: Ic18a027bc88da8813c6f58c40f6eef236fdb1d14 Gerrit-Change-Number: 20769 Gerrit-PatchSet: 2 Gerrit-Owner: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Peeyush Gupta <[email protected]> Gerrit-Attention: Murtadha Hubail <[email protected]> Gerrit-Attention: Peeyush Gupta <[email protected]> Gerrit-Attention: Ian Maxon <[email protected]> Gerrit-Attention: Ali Alsuliman <[email protected]> Gerrit-Attention: Michael Blow <[email protected]>
