teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 6 forks source link

Implement mvfilter() function #327

Open Abigael-JT opened 1 month ago

Abigael-JT commented 1 month ago

Description

This multivalue eval function does not work in dpl Use case or motivation behind the feature request

The function should filter a multivalue field according to the specified expression Related issues

Additional context

Abigael-JT commented 1 month ago

This already has a unit test, which is currently disabled https://github.com/teragrep/pth_10/issues/295