Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.1139.0

Compare
Choose a tag to compare
@autorelease3 autorelease3 released this 30 Aug 15:03
· 214 commits to develop since this release
0.1139.0
78682a5

💡 Improvements

  • TableReference#createFromFullyQualifiedName now uses Namespace.createUnchecked to more efficiently validate and create namespaces. The new package-private Namespace.createUnchecked uses CPU and memory efficient CharMatcher instead of more expensive regex Pattern to validate namespace name without allocating.

    Expanded unit tests in NamespaceTest (#7245)