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

[native] Disable IPAddress type on presto native #23436

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mohsaka
Copy link
Contributor

@mohsaka mohsaka commented Aug 13, 2024

Description

We have merged in support for IPADDRESS type in velox, however the order by is not supported due to
facebookincubator/velox#10338

As a result, we will block IPAddress type on presto native similar to how timezone with timestamp is disabled via
#23200

Motivation and Context

We do not want correctness failures since IPAddress type has been added.

More context:
facebookincubator/velox#10596 (comment)

Impact

Test Plan

Followed the tests from the Timestamp with timezone disabling.

Contributor checklist

  • Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ... :pr:`12345`
* ... :pr:`12345`

Hive Connector Changes
* ... :pr:`12345`
* ... :pr:`12345`

If release note is NOT required, use:

== NO RELEASE NOTE ==

@mohsaka
Copy link
Contributor Author

mohsaka commented Aug 16, 2024

@feilong-liu Really appreciate the thorough review! Pretty sure I got everything fixed up. Please let me know if there were any misunderstandings or other comments. Thanks!

@amitkdutta amitkdutta changed the title [Native] Disable IPAddress type on presto native [native] Disable IPAddress type on presto native Aug 19, 2024
Copy link
Contributor

@aditi-pandit aditi-pandit left a comment

Choose a reason for hiding this comment

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

Thanks @mohsaka

@mohsaka mohsaka merged commit 63a472b into prestodb:master Aug 23, 2024
59 checks passed
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.

3 participants