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

Bulk load CDK: test refactors #48488

Merged
merged 17 commits into from
Nov 19, 2024
Merged

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Nov 13, 2024

just look at the commits individually, they're hopefully organized in a reasonable way.

Copy link

vercel bot commented Nov 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Nov 19, 2024 5:10pm

@@ -0,0 +1 @@
testExecutionConcurrency=-1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand what changed, but this used to not be necessary https://airbytehq-team.slack.com/archives/C06E6CQMDT3/p1731520778573749

Copy link
Contributor

Choose a reason for hiding this comment

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

Did we upgrade gradle?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷 I didn't bother digging into the commit history for this, the workaround is easy enough

@edgao edgao force-pushed the edgao/alltypes_stringifying branch 2 times, most recently from 2a18eb5 to b4ae32f Compare November 15, 2024 22:53
@@ -19,13 +20,19 @@ import java.math.BigInteger
import java.nio.ByteBuffer

object Jsons : ObjectMapper() {
// allow jackson to deserialize anything under 100 MiB
// (the default, at time of writing 2024-05-29, with jackson 2.15.2, is 20 MiB)
private const val JSON_MAX_LENGTH = 100 * 1024 * 1024
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 diff is just matching our existing behavior from

(it's also needed to make the float-handling test work)

@johnny-schmidt johnny-schmidt force-pushed the edgao/alltypes_stringifying branch 2 times, most recently from 7af7f37 to ad4a14c Compare November 18, 2024 02:59
@johnny-schmidt johnny-schmidt marked this pull request as ready for review November 18, 2024 14:04
@johnny-schmidt johnny-schmidt requested review from a team as code owners November 18, 2024 14:04
@johnny-schmidt johnny-schmidt force-pushed the edgao/alltypes_stringifying branch 3 times, most recently from bbe5444 to 2c4d189 Compare November 18, 2024 14:12
@postamar
Copy link
Contributor

core/base changes LGTM

Copy link
Contributor Author

@edgao edgao left a comment

Choose a reason for hiding this comment

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

lgtm (can't approve b/c I opened the pr 😓 )

@johnny-schmidt johnny-schmidt enabled auto-merge (squash) November 18, 2024 18:15
@johnny-schmidt johnny-schmidt force-pushed the edgao/alltypes_stringifying branch 3 times, most recently from e6882ff to 27b6f5e Compare November 18, 2024 22:34
@johnny-schmidt johnny-schmidt merged commit 7cee0ba into master Nov 19, 2024
33 checks passed
@johnny-schmidt johnny-schmidt deleted the edgao/alltypes_stringifying branch November 19, 2024 17:30
tryangul pushed a commit that referenced this pull request Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit connectors/destination/s3-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants