You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Problem description
Sometimes, DataFusion Export Analyze output uses comma as separator instead of colon:
For now, the script uses only colon to get the node name.
Definition of done
The text was updated successfully, but these errors were encountered: