-
Notifications
You must be signed in to change notification settings - Fork 118
Upgrade to datafusion 38 #691
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
Changes from 9 commits
f266cd3
2be45eb
4d89cd7
366c092
f2519a0
7a7af87
fcb8bab
ddcd58f
abe09a2
cc0b4b2
6ae2007
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -730,9 +730,9 @@ def test_describe(df): | |
"max", | ||
"median", | ||
], | ||
"a": [3.0, 3.0, 2.0, 1.0, 1.0, 3.0, 2.0], | ||
"b": [3.0, 3.0, 5.0, 1.0, 4.0, 6.0, 5.0], | ||
"c": [3.0, 3.0, 7.0, 1.7320508075688772, 5.0, 8.0, 8.0], | ||
"a": [3.0, 0.0, 2.0, 1.0, 1.0, 3.0, 2.0], | ||
"b": [3.0, 0.0, 5.0, 1.0, 4.0, 6.0, 5.0], | ||
"c": [3.0, 0.0, 7.0, 1.7320508075688772, 5.0, 8.0, 8.0], | ||
Comment on lines
+733
to
+735
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are these changes needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The underlying data being described:
|
||
} | ||
|
||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.