Skip to content

Conversation

@stevenzwu
Copy link
Contributor

@stevenzwu stevenzwu commented Aug 5, 2024

The 4th commit has the real change. also fixed jmh setup issue in 1.19 before.

Types.NestedField.required(9, "name9", Types.StringType.get()));

private static final SortOrder SORT_ORDER = SortOrder.builderFor(SCHEMA).asc("id").build();
private static final Comparator<StructLike> SORT_ORDER_COMPARTOR =
Copy link
Contributor Author

Choose a reason for hiding this comment

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

there was jmh setup issue (not included) in 1.19. hence the code issue wasn't caught earlier.

configuration.set(CoreOptions.CHECK_LEAKED_CLASSLOADER, false);
configuration.set(RestOptions.BIND_PORT, "0");
configuration.set(JobManagerOptions.SLOT_REQUEST_TIMEOUT, 5000L);
configuration.set(JobManagerOptions.SLOT_REQUEST_TIMEOUT, Duration.ofSeconds(5));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Flink changed the config option type from long to Duration

@openinx
Copy link
Member

openinx commented Aug 6, 2024

Hi @stevenzwu Is it possible to keep the original commits and authors in the newly introduced flink1.20 , so that people could easily to track how was the current version iterated ?

@stevenzwu
Copy link
Contributor Author

stevenzwu commented Aug 6, 2024

Hi @stevenzwu Is it possible to keep the original commits and authors in the newly introduced flink1.20 , so that people could easily to track how was the current version iterated ?

@openinx yes, we don't do squash and merge for this type of PR and keep individual commits. The first commit is from git mv flink/v1.19 flink/v1.20, which will carry over the history where the file is renamed from.

https://github.com/apache/iceberg/commits/43cd86ff52e558a6da35f948470bcfadfa257510/flink/v1.20/build.gradle

image

@stevenzwu stevenzwu merged commit 38733f8 into apache:main Aug 6, 2024
@stevenzwu
Copy link
Contributor Author

thanks @pvary for the review. Did rebase and merge to preserve the Individual commits

@stevenzwu stevenzwu deleted the flink-1.20 branch August 6, 2024 15:46
snazy added a commit to snazy/iceberg that referenced this pull request Aug 6, 2024
snazy added a commit to snazy/iceberg that referenced this pull request Aug 6, 2024
nastra pushed a commit that referenced this pull request Aug 7, 2024
zachdisc pushed a commit to zachdisc/iceberg that referenced this pull request Dec 23, 2024
czy006 pushed a commit to czy006/iceberg that referenced this pull request Apr 2, 2025
czy006 pushed a commit to czy006/iceberg that referenced this pull request Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants