Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: geminicli_demo
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 63 files changed
  • 1 contributor

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    dbccc47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc85630 View commit details
    Browse the repository at this point in the history
  3. convert unary tests too

    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a1d3d76 View commit details
    Browse the repository at this point in the history
  4. fix undeterministic sql

    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    cbcc887 View commit details
    Browse the repository at this point in the history
  5. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated cos, hash, isnull, notnull, and sin operators.
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    0a59e3b View commit details
    Browse the repository at this point in the history
  6. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated tan_op, arcsin_op, arccos_op, arctan_op, and sinh_op scalar operators to SQLGlot.
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    ea3e317 View commit details
    Browse the repository at this point in the history
  7. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated cosh_op, tanh_op, arcsinh_op, arccosh_op, and arctanh_op scalar operators to SQLGlot.
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    bfc715c View commit details
    Browse the repository at this point in the history
  8. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated operators:
    - abs_op
    - capitalize_op
    - ceil_op
    - date_op
    - day_op
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    98597ce View commit details
    Browse the repository at this point in the history
  9. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated operators:
    - dayofweek_op
    - dayofyear_op
    - exp_op
    - expm1_op
    - floor_op
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    30c0612 View commit details
    Browse the repository at this point in the history
  10. chore: Migrate up to 5 scalar operators to SQLGlot

    Migrated operators:
    - hour_op
    - invert_op
    - isalnum_op
    - isalpha_op
    - isdecimal_op
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    534041e View commit details
    Browse the repository at this point in the history
  11. chore: Migrate up to 7 scalar operators to SQLGlot

    Migrated operators:
    - isdigit_op
    - islower_op
    - isnumeric_op
    - isspace_op
    - isupper_op
    - iso_day_op
    - iso_week_op
    chelsea-lin committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    1bbc424 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    bc5ee15 View commit details
    Browse the repository at this point in the history
Loading