We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bucket N
date
week
superstore.csv
"Order Date"
Some dates overflow the year.
The years which overflow don't seem to follow a pattern, I am guessing this is likely a memory access bug. Is this #754 ?
The text was updated successfully, but these errors were encountered:
@texodus the datetime bug in #754 is specific to Python. Let me repro - thanks!
Sorry, something went wrong.
acd0229
Merge pull request #899 from finos/computed-fix
e563768
Fix #898 - week bucket overflows
sc1f
No branches or pull requests
Bug Report
Steps to Reproduce:
Bucket N
where N returns adate
, such asweek
.superstore.csv
"Order Date"
column.Actual Result:
Some dates overflow the year.
The years which overflow don't seem to follow a pattern, I am guessing this is likely a memory access bug. Is this #754 ?
The text was updated successfully, but these errors were encountered: