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 a config flag to use varchar type in Presto - Java TPC-DS Connector #24362

Open
pdabre12 opened this issue Jan 14, 2025 · 2 comments · May be fixed by #24406
Open

Add a config flag to use varchar type in Presto - Java TPC-DS Connector #24362

pdabre12 opened this issue Jan 14, 2025 · 2 comments · May be fixed by #24406
Assignees

Comments

@pdabre12
Copy link
Contributor

A new TPC-DS config tpcds.use-varchar-type will be added to toggle the char columns to varchar, addressing the lack of support for the char data type in Presto - C++. This config allows the toggling of the char to varchar when required, ensuring consistency between Presto - Java and Presto - C++. At the schema level, all the columns which were of char type would be cast to a varchar type.

Expected Behavior or Use Case

Presto Component, Service, or Connector

Presto - TPCDS Connector

Possible Implementation

Example Screenshots (if appropriate):

Context

@pdabre12 pdabre12 self-assigned this Jan 14, 2025
@prestodb-ci
Copy link

@ethanyzhang imported this issue into IBM GitHub Enterprise

@steveburnett
Copy link
Contributor

Please include documentation as needed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants