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

nexus: don't send quoting to grpc #1137

Merged
merged 1 commit into from
Jan 24, 2024
Merged

nexus: don't send quoting to grpc #1137

merged 1 commit into from
Jan 24, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Jan 23, 2024

Ident::to_string preserves quoting, so

exclude:["c2"]
exclude:[c2]

send different things to grpc endpoint,
which expects unquoted strings

Same goes for PartitionKeyColumn

Ident::to_string preserves quoting, so
```
exclude:["c2"]
exclude:[c2]
```
send different things to grpc endpoint,
which expects unquoted strings

Same goes for PartitionKeyColumn
@serprex serprex merged commit ef14822 into main Jan 24, 2024
8 checks passed
@serprex serprex deleted the unquoted-grpc branch January 24, 2024 03:48
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

Successfully merging this pull request may close these issues.

2 participants