Skip to content

Conversation

@HonahX
Copy link
Contributor

@HonahX HonahX commented Jun 4, 2025

This PR is a follow-up of #1806 to remove all usage of CallContext.of() in tests and the method itself

@github-project-automation github-project-automation bot moved this to PRs In Progress in Basic Kanban Board Jun 4, 2025
@HonahX HonahX changed the title [Draft] Remove CallContext.of() Remove CallContext.of() Jun 4, 2025
@HonahX HonahX marked this pull request as ready for review June 4, 2025 23:12
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to go through a deprecation process for this even though it is a test only thing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have to do that. We can follow the process after 1.0.

Copy link
Contributor

@dimas-b dimas-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM overall, but I have a question about the rationale for some of them (as commented below)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it related to the removal of CallContext.of()?

Copy link
Contributor Author

@HonahX HonahX Jun 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This helps remove the CallContext.of() in BasePolarisMetaStoreManagerTest, where some tests have the following pattern

@Test
  protected void testCreateEntitiesAlreadyExisting() {
    PolarisMetaStoreManager metaStoreManager = polarisTestMetaStoreManager.polarisMetaStoreManager;
    CallContext callCtx =
        CallContext.of(() -> "testRealm", polarisTestMetaStoreManager.polarisCallContext);
    if (CallContext.getCurrentContext() == null) {
      CallContext.setCurrentContext(callCtx);
    }

The polarisTestMetaStoreManager above is initialized in PolarisEclipseLinkMetaStoreManagerTest (and other persistence specific test class)

BTW, this change will disappear anyway with Yun's #1813 : )

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, #1813 appears to introduce this change in a more logically consistent way. Let's merge it first :)

@HonahX HonahX force-pushed the honahx_remove_callcontext_of branch from 433255e to 7287d6a Compare June 5, 2025 00:18
@HonahX HonahX requested a review from dimas-b June 5, 2025 00:24
@github-project-automation github-project-automation bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Jun 5, 2025
@HonahX HonahX merged commit 511df8c into apache:main Jun 5, 2025
9 checks passed
@github-project-automation github-project-automation bot moved this from Ready to merge to Done in Basic Kanban Board Jun 5, 2025
snazy added a commit to snazy/polaris that referenced this pull request Jun 13, 2025
* main: Update dependency software.amazon.awssdk:bom to v2.31.54 (apache#1769)

* main: Update dependency org.apache.spark:spark-sql_2.12 to v3.5.6 (apache#1752)

* main: Update docker.io/apache/spark Docker tag to v3.5.6 (apache#1795)

* main: Update dependency org.apache.spark:spark-sql_2.12 to v3.5.6 (apache#1794)

* main: Update apache/spark Docker tag to v3.5.6 (apache#1791)

* feat(cdi): Remove CallContext.close() (apache#1776)

Now that every catalog created by PolarisCallContextCatalogFactory is correctly closed by IcebergCatalogAdapter, we can finally remove the CallContext.close() method and the associated cloaseables group.

This simplification will hopefully pave the way to a more robust handling of request-scoped beans in task executor threads.

* Remove the unused field in CallContextCatalogFactory (apache#1784)

* Test: silence CDS warning from admin tool tests (apache#1800)

* Update ascii banner (apache#1654)

* Don't rotate root's credentials on startup in JdbcMetaStoreManagerFactory (apache#1804)

* Core: Consolidate CallContext with PolarisCallContext part 1(apache#1806)

* Automate regeneration of Python client (apache#1675)

When running regtests or the CLI, we should run `./gradlew regeneratePythonClient` in order to run against the most up-to-date Python client.

As part of this change, I've also updated the generator to 7.12 to match what's in the `libs.version.toml` and regenerated the code managed in github.

Once the automatic generation works as part of CI, we can remove the generated code from the repo altogether. In the future, it can be added to .gitignore.

* Remove deprecated constructor for PolarisCallContext (apache#1813)

After pr apache#1806, the original constructor is marked as deprecated and is not suppose to be used anymore.
This PR removes the usage of the old constructors.

* Remove CallContext.of (apache#1812)

This PR is a follow-up of apache#1806 to remove all usage of CallContext.of() in tests and the method itself

* Remove CallContext.getDiagnostics (apache#1815)

This shall be part of the CallContext cleanup process. `CallContext.getDiagnostics` is never used anywhere

* Turn CallContext.copyOf into an interface instead of static function (apache#1816)

* Refactor getConfiguration to use RealmContext (Part 2) (apache#1783)

* main: Update dependency gradle to v8.14.2 (apache#1820)

* main: Update dependency gradle to v8.14.2

* adjust to Polaris build

---------

Co-authored-by: Dmitri Bourlatchkov <[email protected]>

* NoSQL: merge-conflict fixes

* Last merged commit: 553b644

---------

Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: Alexandre Dutra <[email protected]>
Co-authored-by: Yufei Gu <[email protected]>
Co-authored-by: Scott Teal <[email protected]>
Co-authored-by: Eric Maynard <[email protected]>
Co-authored-by: gh-yzou <[email protected]>
Co-authored-by: Honah (Jonas) J. <[email protected]>
Co-authored-by: Dmitri Bourlatchkov <[email protected]>
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.

5 participants