-
Notifications
You must be signed in to change notification settings - Fork 100
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
Conversation
f0cf9f5
to
9fa62c8
Compare
@@ -61,26 +61,13 @@ private IcebergColumnSchema mapIcebergSchemaFromChannel( | |||
Map.Entry<String, ColumnProperties> schemaFromChannelEntry) { | |||
|
|||
ColumnProperties columnProperty = schemaFromChannelEntry.getValue(); | |||
String plainIcebergSchema = getIcebergSchema(columnProperty); | |||
String plainIcebergSchema = columnProperty.getIcebergSchema(); |
There was a problem hiding this comment.
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))"), |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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"
Overview
SNOW-1820302
Pre-review checklist
snowflake.ingestion.method
.Yes
- Added end to end and Unit Tests.No
- Suggest why it is not param protected