-
Notifications
You must be signed in to change notification settings - Fork 63
fix: Resolve AttributeError in TableWidget and improve initialization #1937
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
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
dd4853d
remove expensive len() call
shuoweil 6afa44b
add testcase
shuoweil 878e350
fix a typo
shuoweil 01781df
change how row_count is updated
shuoweil 5496e74
testcase stil fails, need to merged in 1888
shuoweil 0b364b0
update the method of using PandasBatches.total_rows
shuoweil 858488d
change tests in read_gbq_colab
shuoweil 91b2c5e
polish comment
shuoweil 0b50d0c
fix a test
shuoweil 7549f74
change code and update more testcase
shuoweil aa25d1e
remove unneeded except
shuoweil a8cc856
add assert for total_rows
shuoweil f6789e5
get actual row_counts
shuoweil 9a5ad86
avoid two query calls
shuoweil 1d70cfd
remove double query when display widget
shuoweil 223183a
get row count directly
shuoweil ac55b50
restore notebook
shuoweil b498ad5
restore notebook change
shuoweil 90c5e35
remove duplicated code
shuoweil fad499c
minor updates
shuoweil 635e821
still have zero total rows issue
shuoweil 9db0a2a
now large dataset can get the correct row counts
shuoweil f6609cf
benchmark change
shuoweil dc332ef
revert a benchmark
shuoweil 47193f1
revert executor change
shuoweil f4b6336
raising a NotImplementedError when the row count is none
shuoweil 085687f
change return type
shuoweil 1767bdc
Revert accidental change of dataframe.ipynb
shuoweil c9f27a1
remove unnecessary execution in benchmark
shuoweil e7bbea1
remove row_count check
shuoweil 3bb0114
remove extra execute_result
shuoweil 9e5c8be
remove unnecessary tests
shuoweil 50c92a5
Fix: Address review comments on PandasBatches and docstring
shuoweil 8f33c05
Revert: Revert import change in read_gbq_colab benchmark
shuoweil 9c450f2
Revert: Revert unnecessary changes in read_gbq_colab benchmarks
shuoweil 885bf89
Remove notebooks/Untitled-2.ipynb
shuoweil 9a793e8
Remove notebooks/multimodal/audio_transcribe_partial_ordering.ipynb
shuoweil 37eab08
remove unnecessary change
shuoweil 058b7b7
revert typo
shuoweil bedfed4
add todo
shuoweil 02cf227
change docstring
shuoweil af9a4e8
revert changes to tests/benchmark/read_gbq_colab
shuoweil 93dbb4d
merge change
shuoweil 76cdec6
update how we handle invalid row count
shuoweil d4e1e76
eliminate duplated flags
shuoweil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.