Skip to content

Commit

Permalink
Switch summary stats to supported (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd authored Aug 16, 2024
1 parent c7495b0 commit 698ae33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/ark/src/data_explorer/r_data_explorer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -948,12 +948,9 @@ impl RDataExplorer {
profile_type: ColumnProfileType::NullCount,
support_status: SupportStatus::Supported,
},
// Temporarily disabled for https://github.com/posit-dev/positron/issues/3490
// on 6/11/2024. This will be enabled again when the UI has been reworked to
// more fully support column profiles.
ColumnProfileTypeSupportStatus {
profile_type: ColumnProfileType::SummaryStats,
support_status: SupportStatus::Experimental,
support_status: SupportStatus::Supported,
},
ColumnProfileTypeSupportStatus {
profile_type: ColumnProfileType::Histogram,
Expand Down

0 comments on commit 698ae33

Please sign in to comment.