Version | Change Type | Description |
v0.45.2-public | Enhancements | Console: The new console is now available for release. SQL COST command: Fixed a bug where the SDK incorrectly detected placeholders in a PreparedStatement. The SDK now uses the syntax tree to determine placeholder positions, resolving incorrect placeholder detection.
|
v0.43.4-public | Enhancements | |
v0.43.3-public | New features | |
v0.37.10-public | New features | Resource files: Upload and download resource files between 500 MB and 2 GB. |
v0.37.9-public | New features | Tunnel: Added the Arrow interface to TableTunnel. |
Enhancements | Core: Optimized memory usage during resource downloads. Tunnel: MaxCompute Query Acceleration (MCQA): Added the following overloading methods to SQLExecutor: getTaskName, getSubqueryId, getResult, and getResultSet.
|
Bug fixes | |
Compatibility changes | Tunnel: The internal data type for the DATE type in ArrayRecord has changed from java.sql.Date to java.time.LocalDate. |
v0.36.7-public | Enhancements | Tunnel: Added the TableTunnel.FlushResult#reset() interface so that StreamRecordPack instances can be reused. MapReduce: When a MapReduce task is converted to an SQL task, multiple inputs are now merged for better performance. SQLExecutor: Added the SQLExecutor#getSummary() interface.
|
v0.36.4-public | Enhancements | |
Bug fixes | |