Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error when there are no colon #2

Open
1 task
lastoCHka42 opened this issue May 15, 2024 · 0 comments
Open
1 task

Parsing error when there are no colon #2

lastoCHka42 opened this issue May 15, 2024 · 0 comments

Comments

@lastoCHka42
Copy link
Owner

Problem description

Sometimes, DataFusion Export Analyze output uses comma as separator instead of colon:

CoalescePartitionsExec, metrics=[]

For now, the script uses only colon to get the node name.

Definition of done

  • Use regex to find the node name, not simple split by colon
lastoCHka42 added a commit that referenced this issue Jun 2, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant