teragrep / pth_10

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

replace command does not support replacing multiple values at once #218

Closed eemhu closed 2 months ago

eemhu commented 8 months ago

Describe the bug

replace x with y, z with k in _raw should be functional but only works with one x with y statement.

Expected behavior

should be able to replace multiple

How to reproduce

try replacing multiple values

Screenshots

Software version

4.17.0

Desktop (please complete the following information if relevant):

Additional context

possibly a parser limitation

51-code commented 3 months ago

Fix implemented. Waiting for a new PTH-03 release before making a PR. There were parser fixes for this issue so the PTH-03 version has to updated in the PR as well.

51-code commented 3 months ago

Note: official documentation needs to be updated after this goes to a release as the docs currently have a disclaimer about this not working.

51-code commented 2 months ago

Internal PR created.