-
Notifications
You must be signed in to change notification settings - Fork 54
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
empty ByRow test failure in Julia_1.11.0-DEV.1238 #353
Comments
Thank you for reporting. I will look into it. |
I have investigated the issue. It is related to Tables.jl not DataFrames.jl. The problematic line is:
in fallbacks.jl (line 216). The change in Julia that causes this is as follows. On Julia 1.10:
On Julia Version 1.11.0-DEV.1346:
I have asked on Slack if the change is intentional or not. |
CC @quinnj - as we need to decide what to do with this. |
The change leading to this problem is JuliaLang/julia#51319 |
In general probably we shoudl special case
|
Also, a basic case that is probably unwanted:
|
Under
test/select.jl
, several of the empty ByRow tests fail between lines 1579 and 1610.Errors
versioninfo and full test results
The text was updated successfully, but these errors were encountered: