Skip to content

Conversation

@sarutak
Copy link
Member

@sarutak sarutak commented Jan 17, 2020

What changes were proposed in this pull request?

Upgrade the version of Genjavadoc from 0.14 to 0.15.

Why are the changes needed?

To enable to build for Scala 2.13.1.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

I confirmed there is no dependency error related to genjavadoc by manual build.
Also, I generated javadoc by LANG=C build/sbt -Pkinesis-asl -Pyarn -Pkubernetes -Phive-thriftserver unidoc for both code with/without this change and did diff -r target/javadoc.

@SparkQA
Copy link

SparkQA commented Jan 17, 2020

Test build #116916 has finished for PR 27255 at commit 6de473e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

Hi, @sarutak . Did you check the generated document, too? Then, could you mention that in the PR description?

How was this patch tested?

I confirmed there is no dependency error related to genjavadoc by manual build.

@sarutak
Copy link
Member Author

sarutak commented Jan 18, 2020

@dongjoon-hyun
Build for Scala 2.13 will fail because of SPARK-29292 so I've generated javadoc for Scala 2.12 with/without this change by LANG=C build/sbt -Pkinesis-asl -Pyarn -Pkubernetes -Phive-thriftserver unidoc.
According to he result of diff -r, all the difference seem to be about generated date information.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you for the confirmation, @sarutak .
Merged to master.

rshkv pushed a commit to palantir/spark that referenced this pull request Jun 18, 2020
### What changes were proposed in this pull request?

Upgrade the version of Genjavadoc from 0.14 to 0.15.

### Why are the changes needed?

To enable to build for Scala 2.13.1.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

I confirmed there is no dependency error related to genjavadoc by manual build.
Also, I generated javadoc by `LANG=C build/sbt -Pkinesis-asl -Pyarn -Pkubernetes -Phive-thriftserver  unidoc` for both code with/without this change and did `diff -r` target/javadoc.

Closes apache#27255 from sarutak/upgrade-genjavadoc.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
rshkv pushed a commit to palantir/spark that referenced this pull request Jul 16, 2020
### What changes were proposed in this pull request?

Upgrade the version of Genjavadoc from 0.14 to 0.15.

### Why are the changes needed?

To enable to build for Scala 2.13.1.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

I confirmed there is no dependency error related to genjavadoc by manual build.
Also, I generated javadoc by `LANG=C build/sbt -Pkinesis-asl -Pyarn -Pkubernetes -Phive-thriftserver  unidoc` for both code with/without this change and did `diff -r` target/javadoc.

Closes apache#27255 from sarutak/upgrade-genjavadoc.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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