-
Notifications
You must be signed in to change notification settings - Fork 107
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
TDVT expected value contains a special date part #169
Comments
You can safely skip this test. It is only used to verify all the data in the test table, but that column is not used in any tests. Tableau has some built in workaround for Time types which involve loading the data with a '1899-12-31' or in some cases '1900-01-01' date portion. This is then stripped out for Time columns, and it looks like something may be behaving strangely related to this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am a developer at MaxCompute.
There is a case in TDVT, the test category is calcs_data and the test name is calcs_data.
The SQL statement is:
The type of calcs.time1 is TIME and in dataset TestV1 this field only contains data like "hh:MM:ss".
But the expected value is:
The "1901-01-31" part is quite confusing. I guess it may be an internal default date of Tableau. And it can be really hard for MaxCompute to pass this case.
Here is the snapshot of the test result:
Thank you very much for your time!
The text was updated successfully, but these errors were encountered: