Skip to content

v0.12.1

Compare
Choose a tag to compare
@wjsi wjsi released this 22 Nov 02:13
· 18 commits to master since this release
df06c90

Features

  • (Experimental) Add metrics interface for tunnel.
  • (Experimental) Add support for MCQAv2.
  • Add support for upsert writer for table object.

Enhancements

  • Support hashing of decimal types for primary keys.
  • Shift CSV field size limit to table field size limit when reading with legacy result interface.
  • Add cythonized decimal, array, map and struct validators to accelerate reading and writing of arrays.
  • Add allow_schema_mismatch option and CDC info on tables and partitions.
  • Enhance call_with_retry to support KeyboardInterrupt and ignoring exceptions.

Bugfixes

  • Fix mishandling of project name passed to TableTunnel constructor when getting table by name only.
  • Fix duplicate param error in to_pandas method in partitions.
  • Fix re-obtaining bearer-token when it meets timeout.

Documentation

  • Fix dead URL for the guide to run PyODPS DataFrame in cluster.
  • Refine description of tunnel download limit.