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

feat: Add new FileFormat::SST to toFileFormat and toString #12137

Closed

Conversation

emilysun201309
Copy link
Contributor

Summary: A new file format FileFormat::SST was introduced, but it was not added to these methods (toFileFormat and toString). Adding a new case statement to the toFileFormat function to return the FileFormat::SST value when the input string is "sst". The toString function is also updated to include a new case statement to return "sst" when the file format is FileFormat::SST. This will allow users to specify the file format as "sst" when working with Velox.

Differential Revision: D68463647

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 21, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D68463647

Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 98bb2b9
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67919490ae3b830008e9d7dc

Copy link
Contributor

@kKPulla kKPulla left a comment

Choose a reason for hiding this comment

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

Lgtm. Thanks for adding this.

…ncubator#12137)

Summary:

A new file format FileFormat::SST was introduced, but it was not added to these methods (toFileFormat and toString). Adding a new case statement to the toFileFormat function to return the FileFormat::SST value when the input string is "sst". The toString function is also updated to include a new case statement to return "sst" when the file format is FileFormat::SST. This will allow users to specify the file format as "sst" when working with Velox.

Reviewed By: kKPulla, sdruzkin, harsharastogi

Differential Revision: D68463647
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D68463647

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 5e238f4.

Copy link

Conbench analyzed the 0 benchmark runs that triggered this notification.

None of the specified runs were found on the Conbench server.

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants