Skip to content

Conversation

@etimr
Copy link
Contributor

@etimr etimr commented Nov 20, 2024

Custom handler for non-HANA DBs.

@cla-assistant
Copy link

cla-assistant bot commented Nov 20, 2024

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Nov 20, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

List<Integer> ids = ghs.stream().map(gh -> gh.getNodeId()).toList();
Set<Integer> parents = ghs.stream().map(gh -> gh.getParentId()).filter(p -> p != 0).collect(Collectors.toSet());
CqnSelect q = Select.from(GENRE_HIERARCHY, gh -> gh.parent()).columns(gh -> gh.node_id())
CqnSelect q = Select.from(AdminService_.GENRE_HIERARCHY, gh -> gh.parent()).columns(gh -> gh.node_id())
Copy link
Contributor

Choose a reason for hiding this comment

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

or use a static import for AdminService_.GENRE_HIERARCHY

Copy link
Contributor

@agoerler agoerler left a comment

Choose a reason for hiding this comment

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

Maybe just stick with the push/pop method names.

@agoerler agoerler marked this pull request as ready for review November 27, 2024 13:32
@agoerler agoerler merged commit c7f50a8 into feature-tree-table Nov 27, 2024
@agoerler agoerler deleted the feature-tree-table-custom-handlers branch November 27, 2024 13:34
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