Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename packages #18

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Rename packages #18

merged 3 commits into from
Jan 29, 2025

Conversation

jmalkin
Copy link
Contributor

@jmalkin jmalkin commented Jan 29, 2025

I think I now have everything living in org.apache.spark.sql.datasketches

Some of the traits we extend use constructs like Seq[AbstractDataType], which is fine except that AbstractDataType is declared as private[sql], meaning it's only visible to things in org.apache.spark.sql. We might be able to get away with using Seq[DataType] but that's a subtype of its abstract parent and not everything inherits from it. Similarly, the generic NumericType is also not public.

These seem like design flaws in Spark, IMHO, but I'm not going to try getting them to change that at this point.

@jmalkin jmalkin merged commit 255b048 into main Jan 29, 2025
12 checks passed
@jmalkin jmalkin deleted the rename_packages branch January 29, 2025 07:46
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.

2 participants