Skip to content

Conversation

nmdefries
Copy link
Contributor

@nmdefries nmdefries commented Nov 29, 2023

Closes #192 and #194.

When as_of or issues is provided a Date, the comparison as_of != "*" tries and fails to convert "*" to a Date also so it can do the comparison. Instead, use identical, which doesn't try to implicitly convert the "*".

@nmdefries nmdefries marked this pull request as ready for review November 29, 2023 20:04
Copy link
Contributor

@dshemetov dshemetov left a comment

Choose a reason for hiding this comment

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

Looks good, added one more test case

Base automatically changed from ndefries/parse-date-cols to dev November 30, 2023 14:27
@nmdefries nmdefries requested a review from dshemetov November 30, 2023 14:39
Copy link
Contributor

@dshemetov dshemetov left a comment

Choose a reason for hiding this comment

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

🚢 🚢 🚢

@nmdefries nmdefries merged commit 3aabdd3 into dev Nov 30, 2023
@nmdefries nmdefries deleted the ndefries/compare-vers-to-asterisk branch November 30, 2023 19:56
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.

Can't use as_of or issues with Date vector (any length)
2 participants