Skip to content

Conversation

@jialuoo
Copy link
Contributor

@jialuoo jialuoo commented Nov 7, 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 7, 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`, 'EUCLIDEAN') AS `int_list_col`,
  `ML.DISTANCE`(`t0`.`numeric_list_col`, `t0`.`numeric_list_col`, 'EUCLIDEAN') AS `numeric_list_col`
FROM (
  SELECT
    `int_list_col`,
    `numeric_list_col`
  FROM `bigframes-dev.sqlglot_test.repeated_types`
) AS `t0`

@jialuoo jialuoo requested a review from chelsea-lin November 10, 2025 18:15
@jialuoo jialuoo marked this pull request as ready for review November 10, 2025 18:15
@jialuoo jialuoo requested review from a team as code owners November 10, 2025 18:15
@chelsea-lin chelsea-lin merged commit 98129ba into main Nov 12, 2025
25 checks passed
@chelsea-lin chelsea-lin deleted the migrate-euclidean-dist branch November 12, 2025 18:49
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