Only support DML like `INSERT INTO table_name values (e, f, g)` in batch execution
Since ODPS SQL does not provide this functionality, we 1) hijack such kind of batched SQLs
, 2) assemble the records by ourselves, and 3) call tunnel API to upload them.