Skip to content

Releases: aliyun/aliyun-odps-java-sdk

v0.37.10-public

11 Aug 07:08
a787a98
Compare
Choose a tag to compare

New Features

  • [Core] Upload/download large file resources (500MB - 2GB), and this feature is transparent to the SDK users

v0.37.9-public

09 Jun 09:08
Compare
Choose a tag to compare

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

03 Mar 07:04
Compare
Choose a tag to compare

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

21 Nov 21:48
Compare
Choose a tag to compare

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:

  1. [Core] Fix incorrect return value from Instance#getTaskCost(String taskName)
  2. [SQLExecutor] Fix hang when downloading result

v0.35.5-public

10 Aug 11:46
Compare
Choose a tag to compare
Update api key

v0.34.5-public

13 May 10:04
Compare
Choose a tag to compare
Update version to 0.34.6-public

v0.27.7-public

26 May 03:41
Compare
Choose a tag to compare
Add javadoc plugin

v0.34.4-public

28 Apr 08:07
Compare
Choose a tag to compare
Update version to 0.34.4

v0.33.7-public: Merge pull request #24 from aliyun/release/0.33.x

17 Jan 07:47
85f4339
Compare
Choose a tag to compare

v0.32.5-public

25 Sep 07:37
Compare
Choose a tag to compare
update to 0.32.5-public (#21)