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

Implement external ID lookup for SQL mode #3496

Merged
merged 13 commits into from
Jul 25, 2024
Merged

Conversation

jnsrnhld
Copy link
Collaborator

No description provided.

@jnsrnhld jnsrnhld enabled auto-merge (squash) July 16, 2024 10:04
@jnsrnhld jnsrnhld requested a review from awildturtok July 16, 2024 10:08
Copy link
Collaborator

@awildturtok awildturtok left a comment

Choose a reason for hiding this comment

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

Ich schaue mir das morgen nochmal im Detail an.

@awildturtok awildturtok disabled auto-merge July 18, 2024 14:06
Copy link
Collaborator

@awildturtok awildturtok left a comment

Choose a reason for hiding this comment

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

sieht sonst gut aus.


String resolvedId = null;
for (Function<String[], EntityIdMap.ExternalId> reader : readers) {
final EntityIdMap.ExternalId externalId = reader.apply(row);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Glaube der Lesbarkeit halber solltest du die ExternalId von EntityIdMap entkoppeln oder zumindest die IdReader von der EntityIdMap. Ich lese den Code gerade und rätsele die ganze Zeit was du mit der EntityIdMap machst (die du ja nicht zur verfügung haben wirst).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Guter Punkt 👍

@jnsrnhld jnsrnhld enabled auto-merge (squash) July 25, 2024 09:34
@jnsrnhld jnsrnhld requested a review from awildturtok July 25, 2024 09:35
@jnsrnhld jnsrnhld merged commit 6cbcb80 into develop Jul 25, 2024
6 checks passed
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.

2 participants