Skip to content

add skeleton#1

Draft
jja725 wants to merge 1 commit intomasterfrom
paimon-connector
Draft

add skeleton#1
jja725 wants to merge 1 commit intomasterfrom
paimon-connector

Conversation

@jja725
Copy link
Copy Markdown
Owner

@jja725 jja725 commented Nov 14, 2023

Description

Motivation and Context

Impact

Test Plan

Contributor checklist

  • Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ...
* ...

Hive Changes
* ...
* ...

If release note is NOT required, use:

== NO RELEASE NOTE ==

@jja725 jja725 marked this pull request as draft November 14, 2023 22:30
@jja725 jja725 closed this Nov 14, 2023
@jja725 jja725 reopened this Nov 14, 2023
@jja725 jja725 force-pushed the paimon-connector branch 9 times, most recently from 91e00f2 to 49ae258 Compare November 15, 2023 01:26
jja725 added a commit that referenced this pull request Mar 19, 2026
- #1: getLatestVersion now uses cache instead of opening throwaway Dataset
- #2: Add bounds check for version > Integer.MAX_VALUE before intValue()
- #3: Add thread-safety documentation for cached Dataset objects
- prestodb#4: Add requireNonNull for tablePath and namespaceHolder in FragmentScannerFactory
- prestodb#5: Remove dead code openDatasetDirect()
- prestodb#6: Remove dead code getOptionalDatasetVersion()
- prestodb#7: Remove premature userIdentity parameter from cache key
- prestodb#8: Make getReadOptions() private (only used internally)
- prestodb#9: Tests now use versioned table handle from getTableHandle()
- prestodb#10: Add @AfterMethod with namespaceHolder.shutdown() to prevent resource leaks
- prestodb#12: Use explicit invalidateAll(keys) instead of removeIf on asMap()
jja725 added a commit that referenced this pull request Mar 19, 2026
- #1: Add javadoc noting eventual consistency contract for getLatestVersion
- prestodb#4: Fix RST table column alignment for cache properties
- prestodb#5: Use toImmutableList() instead of Collectors.toList() per Presto convention
jja725 added a commit that referenced this pull request Mar 26, 2026
- #1: Parenthesize multi-part range expressions for unambiguous precedence
- #2: values.isNone() + !isNullAllowed() now returns "false" instead of empty
- #3/prestodb#6/prestodb#7: Use extractFilterColumnNames in PageSourceProvider, toImmutableSet, remove Collectors import
- prestodb#4: Replace ArrayList with ImmutableList.Builder throughout
- prestodb#8: Update test to expect parenthesized range expressions
- Add missing tests: TimestampType, RealType, valuesNone+notNullable
jja725 added a commit that referenced this pull request Mar 30, 2026
- #1: getLatestVersion now uses cache instead of opening throwaway Dataset
- #2: Add bounds check for version > Integer.MAX_VALUE before intValue()
- #3: Add thread-safety documentation for cached Dataset objects
- prestodb#4: Add requireNonNull for tablePath and namespaceHolder in FragmentScannerFactory
- prestodb#5: Remove dead code openDatasetDirect()
- prestodb#6: Remove dead code getOptionalDatasetVersion()
- prestodb#7: Remove premature userIdentity parameter from cache key
- prestodb#8: Make getReadOptions() private (only used internally)
- prestodb#9: Tests now use versioned table handle from getTableHandle()
- prestodb#10: Add @AfterMethod with namespaceHolder.shutdown() to prevent resource leaks
- prestodb#12: Use explicit invalidateAll(keys) instead of removeIf on asMap()
jja725 added a commit that referenced this pull request Mar 30, 2026
- #1: Add javadoc noting eventual consistency contract for getLatestVersion
- prestodb#4: Fix RST table column alignment for cache properties
- prestodb#5: Use toImmutableList() instead of Collectors.toList() per Presto convention
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant