-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
CDK changes for destination-databricks #38095
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
41160c4
to
189d2a6
Compare
@@ -440,7 +441,16 @@ constructor( | |||
Instant.ofEpochMilli(Long.MIN_VALUE) | |||
} else { | |||
try { | |||
Instant.parse(node.asText()) |
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.
not a massive fan. Any reason DatabricksDestination can't override this class?
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.
Too much plumbing into BaseTypingDedupingTest and lot of copy-paste
0b2620d
to
90a8953
Compare
90a8953
to
ffd9ee6
Compare
Review guide
User Impact
Can this PR be safely reverted and rolled back?