You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
[0.48.0-public] - 2024-04-22
Added
Introduced odps-sdk-udf module to allow batch data reading in UDFs for MaxCompute, significantly improving performance in high-volume data scenarios.
Table now supports retrieving ColumnMaskInfo, aiding in data desensitization scenarios and relevant information acquisition.
Support for setting proxies through the use of odps.getRestClient().setProxy(Proxy) method.
Implementation of iterable RecordReader and RecordReader.stream() method, enabling conversion to a Stream of Record objects.
Added new parameters upsertConcurrentNum and upsertNetworkNum in TableAPI RestOptions for more detailed control for users performing upsert operations via the TableAPI.
Support for Builder pattern in constructing TableSchema.
Support for toString method in ArrayRecord.
Improved
UploadSession now supports configuration of the GET_BLOCK_ID parameter to speed up session creation when the client does not need blockId.
Enhanced table creation method using the builder pattern (TableCreator), making table creation simpler.
Fixed
Fixed a bug in Upsert Session where the timeout setting was configured incorrectly.
Fixed the issue where TimestampWritable computed one second less when nanoseconds were negative.