Skip to content

Conversation

@gengliangwang
Copy link
Collaborator

@gengliangwang gengliangwang commented Nov 26, 2025

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Follow-up of #5501.
Rename table loading methods to better reflect their purpose:

  • newDeltaCatalogBasedTableloadCatalogTable
  • newDeltaPathTableloadPathTable
  • createBasedOnV2ModeloadTableInternal

Updated corresponding Javadoc comments from "Creates" to "Loads" to match the method semantics.

How was this patch tested?

Existing tests

Does this PR introduce any user-facing changes?

No

@Override
public Table newDeltaCatalogBasedTable(Identifier ident, CatalogTable catalogTable) {
return createBasedOnV2Mode(
public Table loadCatalogManagedTable(Identifier ident, CatalogTable catalogTable) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a comments to say that the table is backed by a catalog, or name it catalogBased.
CatalogManaged may cause confusion with Delta table with catalogManaged table feature 4ed3bbb

Copy link
Collaborator

@raveeram-db raveeram-db left a comment

Choose a reason for hiding this comment

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

LGTM!

@gengliangwang gengliangwang merged commit 10ddcd8 into delta-io:master Nov 26, 2025
20 checks passed
TimothyW553 pushed a commit to TimothyW553/delta that referenced this pull request Dec 2, 2025
<!--
Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
2. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]
Your PR title ...'.
  3. Be sure to keep the PR description updated to reflect all changes.
  4. Please write your PR title to summarize what this PR proposes.
5. If possible, provide a concise example to reproduce the issue for a
faster review.
6. If applicable, include the corresponding issue number in the PR title
and link it in the body.
-->

#### Which Delta project/connector is this regarding?
<!--
Please add the component selected below to the beginning of the pull
request title
For example: [Spark] Title of my pull request
-->

- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description
Follow-up of delta-io#5501.
Rename table loading methods to better reflect their purpose:

- `newDeltaCatalogBasedTable` → `loadCatalogTable`
- `newDeltaPathTable` → `loadPathTable`
- `createBasedOnV2Mode` → `loadTableInternal`

Updated corresponding Javadoc comments from "Creates" to "Loads" to
match the method semantics.

## How was this patch tested?
Existing tests

## Does this PR introduce _any_ user-facing changes?

<!--
If yes, please clarify the previous behavior and the change this PR
proposes - provide the console output, description and/or an example to
show the behavior difference if possible.
If possible, please also clarify if this is a user-facing change
compared to the released Delta Lake versions or within the unreleased
branches such as master.
If no, write 'No'.
-->
No
zikangh pushed a commit to zikangh/delta that referenced this pull request Dec 2, 2025
<!--
Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
2. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]
Your PR title ...'.
  3. Be sure to keep the PR description updated to reflect all changes.
  4. Please write your PR title to summarize what this PR proposes.
5. If possible, provide a concise example to reproduce the issue for a
faster review.
6. If applicable, include the corresponding issue number in the PR title
and link it in the body.
-->

#### Which Delta project/connector is this regarding?
<!--
Please add the component selected below to the beginning of the pull
request title
For example: [Spark] Title of my pull request
-->

- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description
Follow-up of delta-io#5501.
Rename table loading methods to better reflect their purpose:

- `newDeltaCatalogBasedTable` → `loadCatalogTable`
- `newDeltaPathTable` → `loadPathTable`
- `createBasedOnV2Mode` → `loadTableInternal`

Updated corresponding Javadoc comments from "Creates" to "Loads" to
match the method semantics.

## How was this patch tested?
Existing tests

## Does this PR introduce _any_ user-facing changes?

<!--
If yes, please clarify the previous behavior and the change this PR
proposes - provide the console output, description and/or an example to
show the behavior difference if possible.
If possible, please also clarify if this is a user-facing change
compared to the released Delta Lake versions or within the unreleased
branches such as master.
If no, write 'No'.
-->
No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants