Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@ray6080 ray6080 released this 20 Dec 06:27

We are excited to announce the release of two new extensions: Delta Lake and Iceberg. The Delta extension allows seamless scanning and copying from Delta Lake tables, while the Iceberg extension provides the same functionality for Apache Iceberg tables.

In addition to these new extensions, this release introduces several bug fixes and new features, including:

  • The ability to attach to a specific schema in a relational database.
  • Support for ADD/DROP PROPERTY IF [NOT] EXISTS commands.
  • A new list_has_all function for enhanced list operations.
  • Experimental support for Android armv8a platform.

Hope you enjoy the new release!

What's Changed

  • Trim Unnecessary Quote for CLI JSON output #4643
  • Fix list-contains binding #4644
  • Support attach relational database with schema #4639
  • Add Ice Berg Extension #4600
  • Fix incorrect set of sequence val after exporting database #4636
  • Add e-notation double #4616
  • Implement FORMAT option in LOAD FROM clause. #4613
  • Add inturrupt to path writer #4609
  • Implement drop/add property with if exists #4598
  • Delta extension #4587
  • Fix flat select bug #4590
  • Gds node predicate push down #4461
  • Fix rollback during Node Table COPY #4467
  • Fix the type cast in nested struct #4560
  • Rel scan selection optimizations #4558
  • Using shared_mutex instead of mutex in CatalogSet #4533
  • Fix VersionInfo SelectionVector creation #4556
  • Avoid importing polars in arrow scan #4551
  • Added Unicode \u and \U parsing to the cli #4492
  • Implement list_has_all #4546

Full Changelog: v0.7.0...0.7.1