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

Ignored tests #26

Open
surister opened this issue Feb 24, 2025 · 0 comments
Open

Ignored tests #26

surister opened this issue Feb 24, 2025 · 0 comments

Comments

@surister
Copy link
Collaborator

surister commented Feb 24, 2025

In this issue we will document why tests are ignored.

date.datename.month

actual expected
"April " "April"

Query: SELECT TO_CHAR("Calcs"."date2", 'Month') AS "TEMP(Test)(477986140)(0)" FROM "doc"."Calcs" "Calcs" GROUP BY 1
Reason: CrateDB pads months up to 8 characters.


math.round.extended

actual expected
1.28901 1.28902

Query: --
Reason: precision tableau/connector-plugin-sdk#1178


date.datename.sow.month

Reason: Same as date.datename.month


date.dateadd.nulls

Query: SELECT (NULL :: DATE + 1 * INTERVAL '1 day')
Reason: CrateDB does not support certain operations on intervals crate/crate#15634


date.B639952
Query: SELECT SUM(((EXTRACT(EPOCH FROM (CAST(("Calcs"."date3" - 1 * INTERVAL '1 DAY') AS TIMESTAMP) - CAST(((DATE '2004-04-15') + 3 * INTERVAL '1 month') AS DATE))) / (60.0 * 60 * 24)) + 1)) AS "TEMP(Test)(3637530074)(0)", 1.1000000000000001 AS "$__alias__0" FROM "doc"."Calcs" "Calcs" GROUP BY 2
Reason: Same as date.dateadd.nulls

surister added a commit to surister/cratedb-tableau-connector that referenced this issue Feb 24, 2025
surister added a commit that referenced this issue Feb 24, 2025
@surister surister changed the title Ignore tests Ignored tests Mar 5, 2025
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