teragrep / pth_10

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

validate only supports one condition-value pair #258

Closed eemhu closed 3 months ago

eemhu commented 3 months ago

Describe the bug

validate should support more than one condition-value pair, example: | eval a=validate(count!=0, "Count zero", count > 0, "Negative values detected")

Expected behavior

query should work

How to reproduce

test query given

Screenshots

Software version

5.2.0

Desktop (please complete the following information if relevant):

Additional context