Skip to content

FIREFLY-2107: Fix DCE SASS: Add New Chart Dialog Fails to Load Column Values - #2019

Merged
jaladh-singhal merged 1 commit into
devfrom
FIREFLY-2107-sass-dce-bug
Sep 22, 2026
Merged

jaladh-singhal merged 1 commit into
devfrom
FIREFLY-2107-sass-dce-bug

Conversation

@jaladh-singhal

Copy link
Copy Markdown
Member

Fixes FIREFLY-2107

StatisticsProcessor batches min/max/count for all numeric columns in one SQL query, so a single array-typed column (e.g. SASS Spectra's coord_obs with double[] type) failed the whole query, zeroing out colValStats and leaving chart X/Y axis options empty. Excluded array-type columns via !col.isArrayType() alongside isNumeric().

Testing

https://firefly-2107-sass-dce-bug.irsakubedev.ipac.caltech.edu/firefly/

Follow the instructions in ticket, the bug should be fixed. Note: this bug was also in "Chart options" dialog besides "Add new chart" dialog since they both use same components.

@jaladh-singhal jaladh-singhal added this to the 2026.3 milestone Sep 22, 2026
@jaladh-singhal jaladh-singhal self-assigned this Sep 22, 2026
@jaladh-singhal jaladh-singhal added bug Charts Anything related to charts labels Sep 22, 2026

@aventura121 aventura121 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good to me.

@jaladh-singhal
jaladh-singhal merged commit ce9cb23 into dev Sep 22, 2026
1 check passed
@jaladh-singhal
jaladh-singhal deleted the FIREFLY-2107-sass-dce-bug branch September 22, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Charts Anything related to charts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants