-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
[#19431] Regression in make_block_same_class (tests failing for new fastparquet release) #19434
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 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
eb55928
udpate test_parquet since fastparquet now handles tz
minggli 2f4fc07
bring back dtype kwarg because it is needed for DatetimeTZBlock
minggli e18f8e6
version dependence test_datetime_tz
minggli 9a07d97
separate test cases for new and old behaviour of fastparquet
minggli 3d9810d
tidy test_datetime_tz to test old behaviour of fastparquet<0.14
minggli ee75fdf
rephase reason to skip test case for oldder fp
minggli 68d6324
follow pytest fixture pattern as in pyarrow
minggli 985081d
follow pyarrow test_basic style for fastparquet new behaviour>=0.1.4
minggli 0cfcd37
fastparquet=0.1.3
minggli 0c4a6d7
other api change
minggli 6ce68cf
fix typo
minggli f414743
deprecation warning for dtype in make_block_same_class.
minggli 0d76fe7
Future warning for dtype in make_block_same_class.
minggli bb95dc6
update notes as fastparquet nows supports timezone
minggli d9a2e2a
remove fastparquet pin
minggli 97b17e9
remove other api change as it is internal
minggli 800b741
remove version
minggli 52220b9
remove dtype for make_block and DeprecationWarning on make_block_same…
minggli c602a76
FutureWarning on make_block_same_class
minggli ddbbde3
test case for dtype and warning generation
minggli 6e6b5f0
issue number and simplify test
minggli 326394f
misc doc
minggli 77422ba
use pandas warning assert
minggli 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
remove version
- Loading branch information
commit 800b74164d988f6761fa55f0c139e78fbd249458
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to change. you can't say 'now supports' there is no context here. Simply remove the fp statement (or qualify it with fp >1.4)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done