-
Notifications
You must be signed in to change notification settings - Fork 786
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
Infer 2020-03-19 00:00:00 as timestamp not Date64 in CSV (#3744) #3746
Conversation
} else { | ||
DataType::Utf8 | ||
#[derive(Default, Copy, Clone)] | ||
struct InferredDataType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This logic should be significantly faster as an added bonus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
70117c7
to
724ce4a
Compare
724ce4a
to
f25036f
Compare
Benchmark runs are scheduled for baseline = 6bf0aab and contender = e753dea. e753dea is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #3744
Rationale for this change
As per https://lists.apache.org/thread/q036r1q3cw5ysn3zkpvljx3s9ho18419 Date64 should not be used for time data.
What changes are included in this PR?
Are there any user-facing changes?