Skip to content

Bugfixes#129

Merged
pdowler merged 7 commits intoopencadc:mainfrom
aratikakadiya:bugfix
Feb 12, 2026
Merged

Bugfixes#129
pdowler merged 7 commits intoopencadc:mainfrom
aratikakadiya:bugfix

Conversation

@aratikakadiya
Copy link
Copy Markdown
Contributor

CADC-14941 - VOTable and arraysize=1
CADC-14950 - cadc-dali: improve UTCTimeStampFormat to respect arraysize

- Timestamp field respects arraysize.
- Arraysize=1 is ignored to be single letter field instead of an array.
// arraysize = null/0 and isVariable = null/true indicates * (no limit)
public UTCTimestampFormat(Integer arraysize, Boolean isVariable) {
if (isVariable == null) {
this.isVariable = isVariable = true;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

something odd here; should be false??

Copy link
Copy Markdown
Member

@pdowler pdowler left a comment

Choose a reason for hiding this comment

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

Just missing a version update in cadc-dali-parquet/build.gradle

@pdowler pdowler merged commit c6b08aa into opencadc:main Feb 12, 2026
1 check passed
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