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

Add Debug impl for ExecutionProps #5488

Closed
alamb opened this issue Mar 6, 2023 · 0 comments · Fixed by #5489
Closed

Add Debug impl for ExecutionProps #5488

alamb opened this issue Mar 6, 2023 · 0 comments · Fixed by #5489
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Mar 6, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

I am trying to use ExecutionProps in IOx to create physical exprs (see https://github.com/influxdata/influxdb_iox/pull/7135) and to do so I would like to put it on a struct that #[derive(Debug)] but currently this fails

Describe the solution you'd like
Implement Debug for ExecutionProps

Describe alternatives you've considered

Additional context

@alamb alamb added the enhancement New feature or request label Mar 6, 2023
@alamb alamb self-assigned this Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant