teragrep / pth_10

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

eval function ceiling() does not accept ceil() shortcut #221

Closed eemhu closed 5 months ago

eemhu commented 6 months ago

Describe the bug

... | eval a = ceiling(b) works, however ... | eval a = ceil(b) does not.

Expected behavior

Should work with both function names

How to reproduce

Try to use the ceil function name.

Screenshots

Software version

4.17.0

Desktop (please complete the following information if relevant):

Additional context

Parser issue, check issue at pth_03

eemhu commented 6 months ago

internal pr merged