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

[SQL] Remove dependency on json crate #2561

Merged
merged 2 commits into from
Sep 24, 2024
Merged

[SQL] Remove dependency on json crate #2561

merged 2 commits into from
Sep 24, 2024

Conversation

mihaibudiu
Copy link
Collaborator

No description provided.

@@ -157,6 +156,7 @@ public void postorder(DBSPTypeSemigroup type) {
aggregates::*,
variant::*,
};
#[cfg(test)]
Copy link
Contributor

Choose a reason for hiding this comment

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

I see lines like this in the generated code:

sltsqlvalue::to_sql_row_impl! {
    Tup16<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>,
    Tup18<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>,
    Tup11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>,
    Tup12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>,
    Tup13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>,
    Tup14<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>,
    Tup15<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>,
}

These are not gated by cfg(test)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

these should be gone now

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixes #2560

@mihaibudiu mihaibudiu added this pull request to the merge queue Sep 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 24, 2024
mihaibudiu and others added 2 commits September 24, 2024 09:05
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
This is a postfix for PR 2557, bumping the version of a transitive
dependency on google-cloud-gax.

Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
@mihaibudiu mihaibudiu added this pull request to the merge queue Sep 24, 2024
Merged via the queue into main with commit 1593925 Sep 24, 2024
6 checks passed
@mihaibudiu mihaibudiu deleted the no-json-crate branch September 24, 2024 20:38
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.

2 participants