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

Re-merge "Add chunk offset to file id key to make each chunk have a unique key" from pull 825 #865

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

sfc-gh-psaha
Copy link
Contributor

@sfc-gh-psaha sfc-gh-psaha commented Oct 18, 2024

Add chunk offset to file id key to make each chunk have a unique key from #825

…ve a uni… (#848)"

This reverts commit 0930648.

Copy link
Contributor

@sfc-gh-tzhang sfc-gh-tzhang left a comment

Choose a reason for hiding this comment

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

Let's hold-off the merge until the server side change is in prod, do you know which release it will in?

@sfc-gh-psaha
Copy link
Contributor Author

Let's hold-off the merge until the server side change is in prod, do you know which release it will in?

It will be in 8.41. What's the risk if we merge now? False alarms in test environments?

@sfc-gh-psaha
Copy link
Contributor Author

Let's hold-off the merge until the server side change is in prod, do you know which release it will in?

It will be in 8.41. What's the risk if we merge now? False alarms in test environments?

The plan is we'd merge this and enable server side detection fix starting from this version. PTAL.

Copy link
Contributor

@sfc-gh-tzhang sfc-gh-tzhang left a comment

Choose a reason for hiding this comment

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

Please make sure the server side change is enabled before this change is released, thanks!

@sfc-gh-xhuang sfc-gh-xhuang changed the title Revert "Revert "Add chunk offset to file id key to make each chunk ha… Re-merge "Add chunk offset to file id key to make each chunk ha… Oct 31, 2024
@sfc-gh-xhuang sfc-gh-xhuang changed the title Re-merge "Add chunk offset to file id key to make each chunk ha… Re-merge "Add chunk offset to file id key to make each chunk have a unique key" from pull 825 Oct 31, 2024
@sfc-gh-psaha sfc-gh-psaha force-pushed the psaha-unrevert-interleaved branch 2 times, most recently from f1262aa to e1f2073 Compare October 31, 2024 17:29
String filePath, long chunkStartOffset, Map<String, String> metadata) {
// We insert the filename in the file itself as metadata so that streams can work on replicated
// mixed tables. For a more detailed discussion on the topic see SNOW-561447 and
// http://go/streams-on-replicated-mixed-tables
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: pl add the other golink here too from line 133 in old code

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

: Constants.PRIMARY_FILE_ID_KEY,
StreamingIngestUtils.getShortname(filePath));
} else {
String shortName = StreamingIngestUtils.getShortname(filePath);
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets also assert / validate that enableIcebergStreaming is false when we're in the else path?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@@ -89,6 +91,7 @@ public void setupSchema(List<ColumnMetadata> columns) {
if (!clientBufferParameters.isEnableIcebergStreaming()) {
metadata.put("sfVer", "1,1");
}
metadata.put(Constants.SDK_VERSION_KEY, RequestBuilder.DEFAULT_VERSION);
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice, Alec and I had discussed doing precisely this just yesterday!

We're going to have multiple SDK languages in a few months, should we have a slightly more verbose key-value pair here, such as:
userAgent=RequestBuilder.USER_AGENT ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

User-Agent is a very HTTP-ish thing, we could name the key createdBy instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This current key-value is what XP expects. Let's iterate on it later?

@sfc-gh-asen sfc-gh-asen self-assigned this Oct 31, 2024
@sfc-gh-psaha sfc-gh-psaha merged commit 8cbf2da into master Oct 31, 2024
47 checks passed
@sfc-gh-psaha sfc-gh-psaha deleted the psaha-unrevert-interleaved branch October 31, 2024 21:48
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.

5 participants