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

Multistatement Support #63

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Multistatement Support #63

wants to merge 8 commits into from

Conversation

iPeluwa
Copy link

@iPeluwa iPeluwa commented Mar 27, 2025

No description provided.

@sunng87
Copy link
Owner

sunng87 commented Mar 28, 2025

@iPeluwa Thank you for the patch! The features added into this library look good to me. There are some format and lint issues.

@iPeluwa iPeluwa requested a review from sunng87 March 29, 2025 16:21
@sunng87
Copy link
Owner

sunng87 commented Mar 31, 2025

@iPeluwa you can run cargo clippy and cargo fmt locally to fix those lint and format issues

…ster UDF for compatibility
Copy link
Owner

@sunng87 sunng87 left a comment

Choose a reason for hiding this comment

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

Again, please configure your editor to run format on save

}
}
}
*sc_guard = new_context;
Copy link
Owner

Choose a reason for hiding this comment

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

We already got this config mutable, why we need to recreate the whole session_context here?

// Build a ListArray containing "public"
let mut list_builder = ListBuilder::new(StringBuilder::new());
for _ in 0..num_rows {
list_builder.values().append_value("public");
Copy link
Owner

Choose a reason for hiding this comment

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

Can we avoid hardcode public here? Is it possible to read schemas from SessionContext?

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.

None yet

2 participants