Skip to content

3.2.9

Compare
Choose a tag to compare
@yingtingdong yingtingdong released this 11 Jul 12:23
· 5463 commits to main since this release
63ce1bd

New Features

  • Paimon tables now support DELETE Vectors. #45866
  • Supports Column-level access control through Apache Ranger. #47702
  • Stream Load can automatically convert JSON strings into STRUCT/MAP/ARRAY types during loading. #45406
  • JDBC Catalog now supports Oracle and SQL Server. #35691

Improvements

  • Improved privilege management by restricting user_admin role users from resetting the password of the root user. #47801
  • Stream Load now supports using \t and \n as row and column delimiters. Users do not need to convert them to their hexadecimal ASCII codes. #47302
  • Optimized memory usage during data loading. #47047
  • Supports masking authentication information for the Files() function in audit logs. #46893
  • Hive tables now support the skip.header.line.count property. #47001
  • JDBC Catalog supports more data types. #47618

Bug Fixes

Fixed the following issues:

  • BE crash caused by ALTER TABLE ADD COLUMN after upgrading a shared-data cluster from v3.2.x to v3.3.0 and then rolling it back. #47826
  • Tasks initiated through SUBMIT TASK showed a Running status indefinitely in the QueryDetail interface. #47619
  • Forwarding queries to the FE Leader node caused a null pointer exception. #47559
  • SHOW MATERIALIZED VIEWS with WHERE conditions caused a null pointer exception. #47811
  • Vertical Compaction fails for Primary Key tables in shared-data clusters. #47192
  • Improper handling of I/O Error when sinking data to Hive or Iceberg tables. #46979
  • Table properties do not take effect when whitespaces are added to their values. #47119
  • BE crash caused by concurrent migration and Index Compaction operations on Primary Key tables. #46675