Skip to content
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

failures re: independent column name encodings #869

Open
simonpcouch opened this issue Dec 9, 2024 · 0 comments
Open

failures re: independent column name encodings #869

simonpcouch opened this issue Dec 9, 2024 · 0 comments

Comments

@simonpcouch
Copy link
Collaborator

In recent runs on DBs + Posit Pro Drivers (Linux) / database, seeing:

── Failed tests ────────────────────────────────────────────────────────────────
Failure ('test-driver-sql-server.R:355:3'): independent encoding of column entries and names (#834)
`df` (`actual`) not identical to `res` (`expected`).

`names(actual)`:   "var_char_col" "bøvs"
`names(expected)`: "var_char_col" "b.vs"

`actual$var_char_col`:   "kanin" "ræven" "ålens" "ørred"
`expected$var_char_col`: "kanin" "r?ven" "?lens" "?rred"

`actual$bøvs` is a double vector (1, 1, 1, 1)
`expected$bøvs` is absent

`actual$b.vs` is absent
`expected$b.vs` is a double vector (1, 1, 1, 1)

[ FAIL 1 | WARN 0 | SKIP 408 | PASS 10246 ]

Related to #834—seems to be with Pro Drivers only?

Note that actual/expected are flipped in this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant