Releases: aliyun/aliyun-odps-java-sdk
Releases · aliyun/aliyun-odps-java-sdk
v0.37.10-public
New Features
- [Core] Upload/download large file resources (500MB - 2GB), and this feature is transparent to the SDK users
v0.37.9-public
New Features
- [Tunnel] Add Arrow interface to TableTunnel
Enhancements
- [Core] Optimize memory usage of resource download
- [Tunnel] Refactor the SQL DATE related methods of ArrayRecord
- [MCQA] Add getTaskName, getSubqueryId, and new overloading methods of getResult and getResultSet to SQLExecutor
- [Tunnel] Add new overloading methods of createStreamUploadSession to TableTunnel
Fixes
- [Tunnel] Fix the SQL DATETIME range used by OdpsTypeTransformer
- [Tunnel] Unexpected memory usage by TunnelBufferedWriter
- [MR] ArrayOutOfBoundException ColumnBasedRecordComparator
Backward Incompatible changes
- [Tunnel] The ArrayRecord's internal type of SQL DATE is changed from java.sql.Date to java.time.LocalDate
v0.36.7-public
Enhancements:
- [Tunnel] Add TableTunnel.FlushResult#reset() so that StreamRecordPack can be reused
- [MR] Merge the multiple inputs when generating the SQL from an MR task for better performance
- [SQLExecutor] Add SQLExecutor#getSummary()
v0.36.4-public
Enhancements:
- [Core] Support iterate over projects with filter. See Projects#iteratorByFilter(ProjectFilter filter)
- [Tunnel] Remove the 8 MB limit on field size. The field size limit can now be configured by "odps.sql.cfile2.field.maxsize".
- [Tunnel] Support write timeout
- [Tunnel] Support auto partition creation in StreamTunnel
- [SQLExecutor] Add tunnel endpoint cache
- [SQLExecutor] Support result download in batch
Fixes:
- [Core] Fix incorrect return value from Instance#getTaskCost(String taskName)
- [SQLExecutor] Fix hang when downloading result
v0.35.5-public
Update api key
v0.34.5-public
Update version to 0.34.6-public
v0.27.7-public
Add javadoc plugin
v0.34.4-public
Update version to 0.34.4
v0.33.7-public: Merge pull request #24 from aliyun/release/0.33.x
Update to 0.33.7-public
v0.32.5-public
update to 0.32.5-public (#21)