teragrep / pth_10

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

add support for optional eval substr length parameter #228

Closed eemhu closed 6 months ago

eemhu commented 6 months ago

Describe the bug

eval substr should not require length parameter

Expected behavior

| eval a = substr(str, 0, 1) should work How to reproduce

try using command mentioned above Screenshots

Software version

4.17.0

Desktop (please complete the following information if relevant):

Additional context

https://github.com/teragrep/pth_03/issues/19

eemhu commented 6 months ago

internal pr merged