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

Get state-info from stores #2

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Get state-info from stores #2

merged 1 commit into from
Jun 28, 2023

Conversation

mt3593
Copy link

@mt3593 mt3593 commented Jun 28, 2023

No description provided.

(is (= {"trans-store" {"54b5b7e751fb3220f07981a81914d86f" {}
"8ce4b16b22b58894aa86c421e8759df3" {"constant" [{:k "k", :v "v1"} {:k "k", :v "v2"}]}
"795f3202b17cb6bc3d4b771d8c6c9eaf" {"constant" [{:k "other", :v "v3"}]}}}
(sut/stores-info driver)))))
Copy link
Author

Choose a reason for hiding this comment

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

This is showing how it works across many partitions

{:key "constant"
:value "v1"})))
(is (= {"table-input" {"partition-id" {"constant" "table1"}}}
(driver/stores-info driver)))))
Copy link
Author

Choose a reason for hiding this comment

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

Single partition test

Copy link

@danielschranz danielschranz left a comment

Choose a reason for hiding this comment

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

lgtu (looks good to us 😄 )

@mt3593 mt3593 merged commit 19b682e into main Jun 28, 2023
@mt3593 mt3593 deleted the get-driver-store-state branch June 28, 2023 10:53
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.

2 participants