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

[StarRocks On ES] Support array format. #9693

Merged
merged 7 commits into from
Aug 10, 2022
Merged

Conversation

Smith-Cruise
Copy link
Contributor

Support array format in ES.

What type of PR is this:

  • bug
  • feature
  • enhancement
  • refactor
  • others

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

Checklist:

  • I have added test cases for my bug fix or my new feature
  • I have added user document for my new feature or new function

@Smith-Cruise
Copy link
Contributor Author

run starrocks_clang-format

Signed-off-by: Smith Cruise <[email protected]>
be/src/exec/es/es_scroll_parser.cpp Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
array = down_cast<ArrayColumn*>(column);
}

auto* offsets = array->offsets_column().get();
Copy link
Contributor

Choose a reason for hiding this comment

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

Should define offsets when using it to understand easily.

be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Show resolved Hide resolved
@Smith-Cruise Smith-Cruise changed the title ES support array format. [StarRocks On ES] Support array format. Aug 9, 2022
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
be/src/exec/es/es_scroll_parser.cpp Outdated Show resolved Hide resolved
@Smith-Cruise Smith-Cruise requested a review from imay August 9, 2022 09:27
Copy link
Contributor

@RowenWoo RowenWoo left a comment

Choose a reason for hiding this comment

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

LGTM

@wanpengfei-git wanpengfei-git added the Approved Ready to merge label Aug 10, 2022
@wanpengfei-git
Copy link
Collaborator

run starrocks_admit_test

@imay imay enabled auto-merge (squash) August 10, 2022 03:37
@imay imay merged commit 6ae4a62 into StarRocks:main Aug 10, 2022
@Smith-Cruise
Copy link
Contributor Author

@Mergifyio backport branch-2.1

mergify bot pushed a commit that referenced this pull request Aug 10, 2022
(cherry picked from commit 6ae4a62)

# Conflicts:
#	be/test/CMakeLists.txt
@mergify
Copy link
Contributor

mergify bot commented Aug 10, 2022

backport branch-2.1

✅ Backports have been created

@Smith-Cruise
Copy link
Contributor Author

@Mergifyio backport branch-2.3

mergify bot pushed a commit that referenced this pull request Aug 10, 2022
@mergify
Copy link
Contributor

mergify bot commented Aug 10, 2022

backport branch-2.3

✅ Backports have been created

@Smith-Cruise
Copy link
Contributor Author

@Mergifyio backport branch-2.4

mergify bot pushed a commit that referenced this pull request Aug 11, 2022
@mergify
Copy link
Contributor

mergify bot commented Aug 11, 2022

backport branch-2.4

✅ Backports have been created

wanpengfei-git pushed a commit that referenced this pull request Aug 11, 2022
wanpengfei-git pushed a commit that referenced this pull request Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants