Skip to content

Conversation

@jialuoo
Copy link
Contributor

@jialuoo jialuoo commented Nov 6, 2025

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes b/447388852 🦕

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Nov 6, 2025
@@ -0,0 +1,16 @@
WITH `bfcte_0` AS (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The ibis sql:

SELECT
  `ML.DISTANCE`(`t0`.`int_list_col`, `t0`.`int_list_col`, 'COSINE') AS `int_list_col`,
  `ML.DISTANCE`(`t0`.`float_list_col`, `t0`.`float_list_col`, 'COSINE') AS `float_list_col`
FROM (
  SELECT
    `int_list_col`,
    `float_list_col`
  FROM `bigframes-dev.sqlglot_test.repeated_types`
) AS `t0`

@jialuoo jialuoo requested a review from chelsea-lin November 7, 2025 18:17
@jialuoo jialuoo marked this pull request as ready for review November 7, 2025 18:17
@jialuoo jialuoo requested review from a team as code owners November 7, 2025 18:17
@chelsea-lin chelsea-lin added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 10, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 10, 2025
@chelsea-lin chelsea-lin enabled auto-merge (squash) November 10, 2025 17:47
@chelsea-lin chelsea-lin merged commit 24ba4a1 into main Nov 10, 2025
25 checks passed
@chelsea-lin chelsea-lin deleted the migrate-cosine-dist branch November 10, 2025 17:50
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: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants