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 support for Tableau #475

Merged
merged 3 commits into from
Oct 28, 2022
Merged

Conversation

avantgardnerio
Copy link
Contributor

Which issue does this PR close?

Closes #428.

Rationale for this change

Explained in the issue.

What changes are included in this PR?

Added two FlightSQL handlers necessary for Tableau (and most likely others).

Are there any user-facing changes?

More analytics tools should work.

@avantgardnerio
Copy link
Contributor Author

@andygrove I don't know who other than you is tracking FlightSQL support to review this.

@github-actions github-actions bot removed the python label Oct 28, 2022
Comment on lines +336 to +337
let schema_bytes = self.schema_to_arrow(Arc::new(arrow_schema))?;
Ok(schema_bytes)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like it can be simplified to:

Suggested change
let schema_bytes = self.schema_to_arrow(Arc::new(arrow_schema))?;
Ok(schema_bytes)
self.schema_to_arrow(Arc::new(arrow_schema))

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. More good progress 👍

@andygrove andygrove merged commit 2c1bc7b into apache:master Oct 28, 2022
@avantgardnerio avantgardnerio deleted the bg_table_types branch October 31, 2022 17:08
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.

[FlightSQL] Cannot connect with Tableau Desktop
2 participants