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

Data Explorer: Add support for formatting options #382

Merged
merged 20 commits into from
Jun 12, 2024

Conversation

dfalbel
Copy link
Contributor

@dfalbel dfalbel commented Jun 4, 2024

@dfalbel dfalbel force-pushed the feature/formatting-options branch from f6dbfa4 to 21c5df9 Compare June 7, 2024 13:54
@dfalbel dfalbel marked this pull request as ready for review June 7, 2024 14:01
@dfalbel dfalbel requested a review from lionel- June 7, 2024 14:07
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Outdated Show resolved Hide resolved
crates/ark/src/data_explorer/format.rs Show resolved Hide resolved
@dfalbel dfalbel requested a review from lionel- June 12, 2024 02:21
Copy link
Contributor

@lionel- lionel- left a comment

Choose a reason for hiding this comment

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

LG!

@dfalbel dfalbel merged commit b6a605c into main Jun 12, 2024
1 check passed
@dfalbel dfalbel deleted the feature/formatting-options branch June 12, 2024 12:18
dfalbel added a commit that referenced this pull request Jun 20, 2024
* Refactor summary stats  + add support for date stats

* Add datetime support

* Port formatting from the format options PR (#382)

* Do not use `[` from hash maps as they can `panic!` if the key is not present.

* Improve comment + rm `r_stats[]` call

* remove final period

* Apply suggestions from code review

Co-authored-by: Lionel Henry <[email protected]>

* Extract as own function

* Simplify code to avoid using macro

* Just `try_into()` to cast into strings.

* Use option strings to follow the updated RPC contract.

---------

Co-authored-by: Lionel Henry <[email protected]>
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