Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: fixed error with comma separator
Before this patch, there was the `ValueError` on getting the node name when the input file used comma separator instead of colon, i.e.: ``` AggregateExec, mode=Partial, gby=[], aggr=[COUNT(*)], metrics=[output_rows=32, elapsed_compute=113.653569ms] ``` This patch allows to work with any separator. Resolves #2
- Loading branch information