Hi devs, I noticed there is a recent change on master that removes the undocumented ability to use the request body as the statement [1]. This patch breaks many of my experiment scripts and *many data preparation scripts used by Cloudberry.* Also, I had a hard time to modify my scripts to use the "statement" parameter for two difficulties:
1. It seems that only the first statement is executed but the rest are simply ignored; 2. Double quotes are always ignored by the parser. Can this patch be reverted? If not, can we at least update our wiki [2][3] to give examples about multiple queries and handling double quotes? Best regards, Chen Luo [1] https://asterix-gerrit.ics.uci.edu/#/c/3267/ [2] https://cwiki.apache.org/confluence/display/ASTERIXDB/New+HTTP+API+Design [3] https://ci.apache.org/projects/asterixdb/api.html
