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

Computed Columns date bucket functions can overflow year. #898

Closed
texodus opened this issue Feb 3, 2020 · 1 comment
Closed

Computed Columns date bucket functions can overflow year. #898

texodus opened this issue Feb 3, 2020 · 1 comment
Assignees

Comments

@texodus
Copy link
Member

texodus commented Feb 3, 2020

Bug Report

Steps to Reproduce:

  1. Create a Computed Column using Bucket N where N returns a date, such as week.
  2. Try this on the sample superstore.csv "Order Date" column.

Actual Result:

Some dates overflow the year.

Screen Shot 2020-02-02 at 7 18 58 PM

The years which overflow don't seem to follow a pattern, I am guessing this is likely a memory access bug. Is this #754 ?

Screen Shot 2020-02-02 at 7 23 23 PM

@sc1f
Copy link
Contributor

sc1f commented Feb 3, 2020

@texodus the datetime bug in #754 is specific to Python. Let me repro - thanks!

@texodus texodus closed this as completed in acd0229 Feb 4, 2020
texodus added a commit that referenced this issue Feb 4, 2020
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

2 participants