Skip to content

Conversation

@ivkalita
Copy link
Contributor

@ivkalita ivkalita commented Dec 5, 2025

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@ivkalita ivkalita force-pushed the ivkalita/metastore-distributed branch from b8abe5e to 15e2ffa Compare December 5, 2025 13:34
@ivkalita ivkalita changed the title feature(metastore): query metastore before building physical plan feat(metastore): query metastore before building physical plan Dec 5, 2025
@ivkalita ivkalita force-pushed the ivkalita/metastore-distributed branch from 623f0ab to 3b0f256 Compare December 9, 2025 09:27
As a preparation for distributed metastore lookups I introduce ahead of time catalog lookups. I explicitly query metastore before the physical plan is built. The workflow is:
- build a physical plan to collect catalog requests required
- resolve catalog requests to responses (atm I use metastore catalog to do that)
- save the responses to a new ResolvedCatalog
- pass resolved catalog to physical planner to build a real physical plan
@ivkalita ivkalita changed the title feat(metastore): query metastore before building physical plan feat(metastore): query metastore before building physical plan (POC) Dec 10, 2025
@ivkalita ivkalita force-pushed the ivkalita/metastore-distributed branch from 3b0f256 to fb14c2f Compare December 10, 2025 11:42
@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2025

💻 Deploy preview available (feat(metastore): query metastore before building physical plan (POC)):

@ivkalita ivkalita force-pushed the ivkalita/metastore-distributed branch from fb14c2f to 78945e5 Compare December 11, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant