Skip to content

Conversation

@Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jul 22, 2023

This PR will add CONTRIBUTING guide for this project and finish the project setup works.

This PR will also close #10

@Xuanwo Xuanwo requested review from Fokko and nastra July 22, 2023 03:49
@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 22, 2023

cc @ConeyLiu & @Fokko & @nastra, would you like to take a look? Thanks.

Also cc @liurenjie1024, @JanKaul, @ZENOTME

Signed-off-by: Xuanwo <[email protected]>
@@ -0,0 +1,8 @@
# Change Log
Copy link
Contributor

Choose a reason for hiding this comment

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

It is up to the individual projects, what they prefer. What I do with PyIceberg is use the GitHub milestones to keep track of what's being included in a version. You can link both issues and PRs to the milestone, and that works well for me.

Copy link
Member Author

@Xuanwo Xuanwo Jul 22, 2023

Choose a reason for hiding this comment

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

Github ecosystem like dependabot will read changelog.md to provide more information for users, for example:
image

And I plan to utilize GitHub's built-in release note generator, which is based on pull requests, to assist us in creating the changelog. This should result in a minimal maintenance burden.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 22, 2023

@Fokko, PTAL, thanks!

Copy link
Contributor

@nastra nastra left a comment

Choose a reason for hiding this comment

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

Just a few small wording updates but other than that it LGTM

Xuanwo and others added 5 commits July 22, 2023 14:57
Signed-off-by: Xuanwo <[email protected]>
Co-authored-by: Eduard Tudenhoefner <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 22, 2023

Hi, @nastra, all comments have been addressed, PTAL. Thanks!

Copy link
Contributor

@nastra nastra left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @Xuanwo. @Fokko do you have any other comments?

Copy link

@ConeyLiu ConeyLiu left a comment

Choose a reason for hiding this comment

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

Thanks for pinging me. LGTM

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

Choose a reason for hiding this comment

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

Really cool!

@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 24, 2023

cc @Fokko, would you like to take another look? Thanks.

Copy link
Member

@jackwener jackwener left a comment

Choose a reason for hiding this comment

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

Cool !

Copy link
Contributor

@ZENOTME ZENOTME left a comment

Choose a reason for hiding this comment

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

LGTM!

@Fokko Fokko merged commit b875a98 into apache:main Jul 24, 2023
@Fokko
Copy link
Contributor

Fokko commented Jul 24, 2023

Thank you @Xuanwo for the PR, and @liurenjie1024, @ConeyLiu, @jackwener, @ZENOTME, and @nastra for the reviews! Great to see so many people chiming in here

liurenjie1024 pushed a commit that referenced this pull request Nov 4, 2025
## What changes are included in this PR?

We had some failures in the Pyiceberg repo with the hive docker file
here: apache/iceberg-python#2697, so I'm porting
this over here.

The HMS test Dockerfile was using a deprecated `openjdk:8-jre-slim` base
image that has very **recently** been removed from Docker Hub, causing
build failures:

```
#7 ERROR: docker.io/library/openjdk:8-jre-slim: not found
```

Simplified the Dockerfile to use apache/hive:3.1.3 as the base image
directly, also eliminating the multi-stage build pattern. Which removes
the dependency on a deprecated OpenJDK image and will use what's
included in hive, and maintains the same functionality for HMS
integration tests.

Inspired by
[](https://github.com/trinodb/docker-images/blob/master/testing/hive4.0-hive/Dockerfile)<https://github.com/trinodb/docker-images/blob/master/testing/hive4.0-hive/Dockerfile>
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.

Add licenses to Markdown

7 participants