Re: [I] Javadoc issues [iceberg]

2025-01-21 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2605327990 I created #12023 to fix `latest` and `nightly` sym links in javadoc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] Javadoc issues [iceberg]

2025-01-21 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2604232237 About https://iceberg.apache.org/javadoc/nightly, I will update `dev/build.sh` (in `site`) to create a symlink as part of `updateVersion()` in `dev/common.sh`. I will create a

Re: [I] Javadoc issues [iceberg]

2025-01-14 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2589309002 @Fokko it sounds good. Agree. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] Javadoc issues [iceberg]

2025-01-14 Thread via GitHub
Fokko commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2589292476 Thanks @jbonofre I'm bumping this one to 1.8.0 because we can publish the docs without an actual release 👍 This way the 1.7.2 release looks like it is ready to go. -- This is an a

Re: [I] Javadoc issues [iceberg]

2025-01-13 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2587027874 I'm resuming work on this one to include 1.7.2 and 1.8.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Javadoc issues [iceberg]

2024-12-17 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2549074100 I took a quick look on (1): I think the only thing missing is to add in the `site/dev/common.sh` a symbolic link `nightly` on the javadoc version fetch by `git worktree add -f doc

Re: [I] Javadoc issues [iceberg]

2024-11-10 Thread via GitHub
manuzhang commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2467401515 @jbonofre Have you got a chance to fix javadoc (issue No.1)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Javadoc issues [iceberg]

2024-10-30 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2447842835 Sorry I forgot this one. I can take a look later tonight or tomorrow morning my time. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] Javadoc issues [iceberg]

2024-10-25 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2438057961 @RussellSpitzer sure thing ! I will ! Thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] Javadoc issues [iceberg]

2024-10-25 Thread via GitHub
RussellSpitzer commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2438002646 @jbonofre Did you want to work on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Javadoc issues [iceberg]

2024-07-12 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2225436992 @Fokko thanks ! It makes sense. I will take a look on this one for 1.7.0 (definitely not a blocker for 1.6.0). -- This is an automated message from the Apache Git Service. To re

Re: [I] Javadoc issues [iceberg]

2024-07-12 Thread via GitHub
Fokko commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2225157354 I'll bump this to 1.7.0. It would be best if we could fix this using the macro plugin in combination with the monorepo plugin: https://github.com/backstage/mkdocs-monorepo-plugin/iss

Re: [I] Javadoc issues [iceberg]

2024-05-30 Thread via GitHub
Fokko commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2139574447 > Links in https://iceberg.apache.org/docs/1.4.3/metrics-reporting points to 1.5.2 Javadoc That one is quite tricky. It looks like it uses the macro plugin to set the version.

Re: [I] Javadoc issues [iceberg]

2024-05-30 Thread via GitHub
manuzhang commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2139099462 > It looks like the nightly points to latest according to https://github.com/apache/iceberg/tree/main/site#building-the-versioned-docs It's documented but not actually implemen

Re: [I] Javadoc issues [iceberg]

2024-05-30 Thread via GitHub
Fokko commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2139084041 > https://iceberg.apache.org/javadoc/nightly is not found It looks like the nightly points to latest according to https://github.com/apache/iceberg/tree/main/site#building-the-

Re: [I] Javadoc issues [iceberg]

2024-05-29 Thread via GitHub
manuzhang commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2137889353 Submitted https://github.com/apache/iceberg/pull/10397 for No. 3. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Javadoc issues [iceberg]

2024-05-28 Thread via GitHub
Fokko commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2134575602 Thanks for caching these @manuzhang. Let me know if you need any help! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Javadoc issues [iceberg]

2024-05-27 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2133149811 I didn't start yet. Up to you. I can start on it tonight or you can take it. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Javadoc issues [iceberg]

2024-05-27 Thread via GitHub
manuzhang commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2133146589 @jbonofre Are you working on all these issues? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] Javadoc issues [iceberg]

2024-05-27 Thread via GitHub
jbonofre commented on issue #10378: URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2132800947 Good catch @manuzhang ! Let me fix that on the website. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th