>From Ian Maxon <[email protected]>: Attention is currently required from: ongdisheng.
Ian Maxon has posted comments on this change by Ian Maxon. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21007?usp=email ) Change subject: [ASTERIXDB-2877][EXT] Fix multi-byte/emoji character corruption in CSV output ...................................................................... Patch Set 2: (1 comment) File asterixdb/asterix-om/src/main/java/org/apache/asterix/dataflow/data/nontagged/printers/PrintTools.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21007/comment/aee14558_73050579?usp=email : PS2, Line 322: char quote right now the quote, escape and delimiters are weird. afaik there is no restriction on what they could be- but as of now they would have to be a character which fits in a single UTF-16 codepoint. i restricted escape and quote to be within ASCII, and therefore a single byte as UTF-8, but i'm not entirely certain about it. ideally it should be checked at compile time, and if we want them to really be anything, pass in a byte array or two chars. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21007?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I434142a9b9cd2d1fc941b1e1f350e97403a8a3e1 Gerrit-Change-Number: 21007 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: ongdisheng Gerrit-CC: Hussain Towaileb <[email protected]> Gerrit-CC: Murtadha Hubail <[email protected]> Gerrit-Attention: ongdisheng Gerrit-Comment-Date: Mon, 16 Mar 2026 19:44:37 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
