Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add support of basic data types byte, short, binary and add data type testing #780

Merged
merged 4 commits into from
Oct 16, 2020

Conversation

chloe-zh
Copy link
Member

@chloe-zh chloe-zh commented Oct 14, 2020

Issue #, if available:

*Description of changes:

  • Added support of basic data types including BYTE, SHORT (short type was already partly implemented before this PR), and es type BINARY
  • Enabled BYTE and SHORT in arithmetic operations and some mathematical functions
  • Added support of BINARY type in JDBC driver
  • Added integration test for all data types we have supported in the core engine

Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@chloe-zh chloe-zh marked this pull request as ready for review October 14, 2020 03:15
@chloe-zh chloe-zh requested review from penghuo and dai-chen October 14, 2020 03:15
@chloe-zh chloe-zh self-assigned this Oct 14, 2020
@chloe-zh chloe-zh added the PPL label Oct 14, 2020
Copy link
Contributor

@penghuo penghuo left a comment

Choose a reason for hiding this comment

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

Copy link
Contributor

@penghuo penghuo left a comment

Choose a reason for hiding this comment

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

Thanks for the change!

@chloe-zh chloe-zh merged commit 081882c into opendistro-for-elasticsearch:develop Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants