enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.38k stars 323 forks source link

Additional `Filter_Condition`s for `is_nan`, `is_infinite` and `equals_ignore_case` #8045

Closed radeusgd closed 11 months ago

radeusgd commented 1 year ago

As in the title, we need to add 3 more Filter_Condition variants:

Equals_Ignore_Case (to : Text | Any)
Is_Nan
Is_Infinite
enso-bot[bot] commented 11 months ago

Radosław Waśko reports a new STANDUP for yesterday (2023-12-13):

Progress: Added new Filter Conditions, added relevant tests. It should be finished by 2023-12-15.

Next Day: Next day I will be working on the same task. Fix some remaining test failures; look into next task; compare Sieve benchmarks

enso-bot[bot] commented 11 months ago

Radosław Waśko reports a new STANDUP for yesterday (2023-12-14):

Progress: Fixing some broken tests, CR. Updating other PRs after review. Tinkering with Return type checks and how to give better context info in type error. AoC. It should be finished by 2023-12-15.

Next Day: Next day I will be working on the #8544 task. Fix some remaining test failures; look into next task; compare Sieve benchmarks

radeusgd commented 11 months ago

I forgot to update a few:

Progress: Fixing some broken tests, CR. Updating other PRs after review. Tinkering with Return type checks and how to give better context info in type error. Comparing Sieve benchmarks to measure overhead of type checks. AoC. It should be finished by 2023-12-15.

Next Day: Next task