Skip to content

Conversation

ebyhr
Copy link
Contributor

@ebyhr ebyhr commented Oct 13, 2025

No description provided.

@github-actions github-actions bot added the spark label Oct 13, 2025
* @return the equivalent Schema
* @throws IllegalArgumentException if the type cannot be converted or there are missing ids
*/
public static Schema convertWithFreshIds(Schema baseSchema, StructType sparkType) {
Copy link
Contributor

Choose a reason for hiding this comment

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

These are public APIs. I think we need to deprecate first.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is the deprecation process required even in Spark module?

Copy link
Contributor

@singhpk234 singhpk234 Oct 13, 2025

Choose a reason for hiding this comment

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

+1 on deprecating this first, some folks do rely on this, from what i am aware

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I didn't know the usage. Reverted removal and added @deprecated instead.

@ebyhr ebyhr force-pushed the ebi/spark-unused-method branch from a8620e4 to dbdaf39 Compare October 13, 2025 23:49
@ebyhr ebyhr changed the title Spark: Remove unused methods from SparkTableUtil and SparkSchemaUtil Spark: Deprecate unused methods from SparkTableUtil and SparkSchemaUtil Oct 13, 2025
@ebyhr ebyhr force-pushed the ebi/spark-unused-method branch from dbdaf39 to 10433e3 Compare October 13, 2025 23:50
@ebyhr ebyhr changed the title Spark: Deprecate unused methods from SparkTableUtil and SparkSchemaUtil Spark: Deprecate unused methods in SparkTableUtil and SparkSchemaUtil Oct 14, 2025
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.

3 participants