Skip to content

Add DateTime64 data type. #50

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

Merged
merged 7 commits into from
Sep 11, 2020
Merged

Add DateTime64 data type. #50

merged 7 commits into from
Sep 11, 2020

Conversation

Enmk
Copy link
Contributor

@Enmk Enmk commented Sep 3, 2020

Based on #38
New Column type: ColumnDateTime64
Sligtly updated some underlying code
Added unit and integrration tests for ColumnDateTime64

Closes #38

@Enmk Enmk force-pushed the DateTime64 branch 3 times, most recently from ed1a8ea to 97c4cb9 Compare September 3, 2020 13:16
@Enmk Enmk requested a review from traceon September 3, 2020 19:29
Copy link
Contributor

@traceon traceon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left comments.

Copy link
Contributor

@traceon traceon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments.

Copy link
Contributor

@traceon traceon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more.

TYPED_TEST_P(ColumnPerformanceTest, SaveAndLoad) {
SKIP_IN_DEBUG_BUILDS();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, Google Test has GTEST_SKIP() starting from some version, and, alternatively, you can prepend DISABLED_ to the name of a test to disable it (should be available in the bundled gtest repo). Not an issue here, though.

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

Successfully merging this pull request may close these issues.

3 participants