Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sycai
Copy link
Contributor

@sycai sycai commented Sep 9, 2025

Only the Ibis compiler is updated. The next step is to update the SQLGlot compiler too.

Internal issue: b/443853093

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Sep 9, 2025
Copy link
Collaborator

@tswast tswast left a comment

Choose a reason for hiding this comment

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

We can get the dot in there to match SQL, so let's do it. :-)


_functions = [
# ai ops
ai_generate_bool,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
ai_generate_bool,
ai,

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated. I'm not familiar with how docs are setup. Please take a look to make sure I get everything correct. Thanks!

@tswast tswast mentioned this pull request Sep 9, 2025
@sycai sycai requested a review from tswast September 10, 2025 20:14
@sycai sycai marked this pull request as ready for review September 10, 2025 20:14
@sycai sycai requested review from a team as code owners September 10, 2025 20:14
tswast
tswast previously approved these changes Sep 15, 2025
Copy link
Collaborator

@tswast tswast left a comment

Choose a reason for hiding this comment

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

Thanks!

Input: ("str1", series1, "str2", "str3", series2)
Output: ["str1", None, "str2", "str3", None], [series1, series2]
"""
if not isinstance(prompt, (list, tuple, series.Series)):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we call the batch_convert_to_dataframe method https://github.com/googleapis/python-bigquery-dataframes/blob/main/bigframes/bigquery/_operations/search.py#L230 or similar here so that pandas objects are accepted too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do that in a separate PR.

@sycai sycai merged commit 70d6562 into main Sep 15, 2025
18 of 25 checks passed
@sycai sycai deleted the sycai_ai_gen_bool branch September 15, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants