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

[BUG] GpuCsvUtils and GpuJsonUtils should be under a rapids package #4951

Open
jlowe opened this issue Mar 14, 2022 · 0 comments
Open

[BUG] GpuCsvUtils and GpuJsonUtils should be under a rapids package #4951

jlowe opened this issue Mar 14, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers tech debt

Comments

@jlowe
Copy link
Member

jlowe commented Mar 14, 2022

GpuCsvUtils and GpuJsonUtils currently reside directly in an Apache Spark package, org.apache.spark.sql.catalyst.csv and org.apache.spark.sql.catalyst.json respectively. The convention is to use a rapids package underneath an existing Spark package when placing classes within the org.apache.spark package hierarchy for access. In the case of JSON, one already exists for other classes in org.apache.spark.sql.catalyst.json.rapids.shims.

@jlowe jlowe added bug Something isn't working ? - Needs Triage Need team to review and classify labels Mar 14, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Mar 15, 2022
@andygrove andygrove mentioned this issue Oct 13, 2023
62 tasks
@jlowe jlowe added good first issue Good for newcomers tech debt labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers tech debt
Projects
None yet
Development

No branches or pull requests

2 participants