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

SNOW-1820302 Integrate with ingest sdk 3.0.1 #1016

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

sfc-gh-mbobowski
Copy link
Contributor

Overview

SNOW-1820302

Pre-review checklist

  • This change should be part of a Behavior Change Release. See go/behavior-change.
  • This change has passed Merge gate tests
  • Snowpipe Changes
  • Snowpipe Streaming Changes
  • This change is TEST-ONLY
  • This change is README/Javadocs only
  • This change is protected by a config parameter <PARAMETER_NAME> eg snowflake.ingestion.method.
    • Yes - Added end to end and Unit Tests.
    • No - Suggest why it is not param protected
  • Is his change protected by parameter <PARAMETER_NAME> on the server side?
    • The parameter/feature is not yet active in production (partial rollout or PrPr, see Changes for Unreleased Features and Fixes).
    • If there is an issue, it can be safely mitigated by turning the parameter off. This is also verified by a test (See go/ppp).

@sfc-gh-mbobowski sfc-gh-mbobowski force-pushed the mbobowski-SNOW-1820302-sdk-3.0.1 branch from f0cf9f5 to 9fa62c8 Compare December 4, 2024 09:05
@sfc-gh-mbobowski sfc-gh-mbobowski marked this pull request as ready for review December 4, 2024 20:31
@sfc-gh-mbobowski sfc-gh-mbobowski requested a review from a team as a code owner December 4, 2024 20:31
@sfc-gh-mbobowski sfc-gh-mbobowski enabled auto-merge (squash) December 4, 2024 20:49
@@ -61,26 +61,13 @@ private IcebergColumnSchema mapIcebergSchemaFromChannel(
Map.Entry<String, ColumnProperties> schemaFromChannelEntry) {

ColumnProperties columnProperty = schemaFromChannelEntry.getValue();
String plainIcebergSchema = getIcebergSchema(columnProperty);
String plainIcebergSchema = columnProperty.getIcebergSchema();
Copy link
Contributor

@sfc-gh-bzabek sfc-gh-bzabek Dec 5, 2024

Choose a reason for hiding this comment

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

gj

@@ -261,7 +256,7 @@ public void testComplexRecordEvolution() throws Exception {
new DescribeTableRow("APPROVAL", "BOOLEAN"),
new DescribeTableRow("ARRAY1", "ARRAY(NUMBER(19,0))"),
new DescribeTableRow("ARRAY2", "ARRAY(VARCHAR(16777216))"),
new DescribeTableRow("ARRAY3", "ARRAY(BOOLEAN)"),
new DescribeTableRow("ARRAY3", "ARRAY(VARCHAR(16777216))"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Sry I missed that somehow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No problem, it happens without the CI.

Copy link
Contributor

Choose a reason for hiding this comment

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

funny thing, I didn't notice it in my PR as this is the expected result. Now this breaks my PR, have to rollback this line :D

Copy link
Contributor

Choose a reason for hiding this comment

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

now i feel sad that i find such things "funny"

@sfc-gh-mbobowski sfc-gh-mbobowski merged commit caf1933 into master Dec 5, 2024
48 of 52 checks passed
@sfc-gh-mbobowski sfc-gh-mbobowski deleted the mbobowski-SNOW-1820302-sdk-3.0.1 branch December 5, 2024 14:22
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