Skip to content

feat: read_gbq creates order deterministically without table copy #191

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

Merged
merged 14 commits into from
Nov 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove outdated comment
  • Loading branch information
TrevorBergeron committed Nov 10, 2023
commit 85a54f5cfba18eb9c5bace3bfe4d543b8faea16e
1 change: 0 additions & 1 deletion bigframes/session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,6 @@ def _create_total_ordering(
# Used to disambiguate between identical rows (which will have identical hash)
random_value = ibis.random().name(ordering_rand_part)

# Might need to actually reselect here?
original_column_ids = table.columns
table_with_ordering = table.select(
itertools.chain(original_column_ids, [full_row_hash, random_value])
Expand Down