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] Scaladoc warnings in GpuDataSource #1149

Closed
jlowe opened this issue Nov 17, 2020 · 1 comment
Closed

[BUG] Scaladoc warnings in GpuDataSource #1149

jlowe opened this issue Nov 17, 2020 · 1 comment
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@jlowe
Copy link
Member

jlowe commented Nov 17, 2020

Describe the bug
During Scaladoc generation the following warnings are emitted:

/home/jlowe/src/rapids-plugin-4-spark/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuDataSource.scala:191: warning: Could not find any member to link for "BaseRelation".
  /**
  ^
/home/jlowe/src/rapids-plugin-4-spark/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuDataSource.scala:191: warning: Could not find any member to link for "DataSource".
  /**
  ^
/home/jlowe/src/rapids-plugin-4-spark/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuDataSource.scala:357: warning: Could not find any member to link for "LogicalPlan".
  /**
  ^
/home/jlowe/src/rapids-plugin-4-spark/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuDataSource.scala:357: warning: Could not find any member to link for "DataSource".
  /**
  ^
/home/jlowe/src/rapids-plugin-4-spark/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuDataSource.scala:357: warning: Could not find any member to link for "BaseRelation".
  /**
  ^
5 warnings found

Steps/Code to reproduce bug
mvn clean verify

Expected behavior
No Scaladoc warnings

@jlowe jlowe added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 17, 2020
@tgravescs tgravescs self-assigned this Nov 17, 2020
@jlowe jlowe added documentation Improvements or additions to documentation and removed ? - Needs Triage Need team to review and classify labels Nov 23, 2020
@jlowe
Copy link
Member Author

jlowe commented Nov 23, 2020

Fixed by #1186

@jlowe jlowe closed this as completed Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants