Skip to content

[SQL] Rename SparkTable to DeltaV2Table#6760

Open
murali-db wants to merge 1 commit into
delta-io:masterfrom
murali-db:rename-sparktable-to-deltav2table
Open

[SQL] Rename SparkTable to DeltaV2Table#6760
murali-db wants to merge 1 commit into
delta-io:masterfrom
murali-db:rename-sparktable-to-deltav2table

Conversation

@murali-db
Copy link
Copy Markdown
Collaborator

Description

Rename the Delta Kernel DSv2 table implementation io.delta.spark.internal.v2.catalog.SparkTable to DeltaV2Table.

Future sub-classes (e.g. CatalogTable vs PathBasedTable variants) can extend this shorter base name without becoming unwieldy.

The rename only changes identifiers: class file, class name, imports, instanceOf/asInstanceOf checks, pattern matches, toString prefix, comments, and shim docs. No behavior change beyond the JVM type name and the debug string emitted by toString().

Renamed files

  • spark/v2/src/main/java/io/delta/spark/internal/v2/catalog/SparkTable.java -> DeltaV2Table.java
  • spark/v2/src/test/java/io/delta/spark/internal/v2/catalog/SparkTableTest.java -> DeltaV2TableTest.java

How was this patch tested?

Existing tests, with all class references updated to the new name.

@murali-db murali-db force-pushed the rename-sparktable-to-deltav2table branch from 5c4ead7 to 3b13776 Compare May 13, 2026 18:10
Rename the Delta Kernel DSv2 table implementation
`io.delta.spark.internal.v2.catalog.SparkTable` to `DeltaV2Table`. Future
sub-classes (e.g. CatalogTable vs PathBasedTable variants) can extend this
shorter base name without becoming unwieldy.

* Rename SparkTable.java -> DeltaV2Table.java.
* Rename SparkTableTest.java -> DeltaV2TableTest.java.
* Update all imports, type references, instanceOf/asInstanceOf checks,
  toString prefixes, comments, and shim docs.

No behavior change beyond the JVM type name and toString prefix.
@murali-db murali-db force-pushed the rename-sparktable-to-deltav2table branch from 3b13776 to 60145f8 Compare May 13, 2026 19:23
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