teragrep / pth_10

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

timechart extra arguments #213

Open eemhu opened 7 months ago

eemhu commented 7 months ago

Describe the bug useother=f usenull=f etc. not supported

Expected behavior should be supported

How to reproduce using them will not do anything

Screenshots

Software version

4.17.0

Desktop (please complete the following information if relevant):

Additional context

51-code commented 6 months ago

Refactored the current implementation to allow writing new features easier.

Moving on to create a "where" statement after "divideBy" instruction, but it seems that there has to be some modifications made to the language in PTH-03 to do it.