Skip to content

Hyrax 2193#1405

Merged
kyang2014 merged 4 commits into
masterfrom
hyrax-2193
Jun 30, 2026
Merged

Hyrax 2193#1405
kyang2014 merged 4 commits into
masterfrom
hyrax-2193

Conversation

@kyang2014

@kyang2014 kyang2014 commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Description

Reference ticket: HYRAX-2193

When calculating the request var size of a string array, the string size is always 24. This may cause false alarm and it happens to a real file in service. This pull request will relax the calculation by always assuming the string size is 2, which is the real file case. Since string data is easy to be compressed and decompressed, the service time for a bigger string is relatively small, so we think this should be OK even for bigger string size array.

Tasks

  • Ticket exists and is linked in title
  • Tests added/updated
  • Dead code removed
  • No TODOs added

@kyang2014 kyang2014 marked this pull request as draft June 30, 2026 14:23
@kyang2014 kyang2014 requested a review from dh-opendap June 30, 2026 17:14
@kyang2014 kyang2014 marked this pull request as ready for review June 30, 2026 17:26
@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@dh-opendap dh-opendap 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.

Changes all seem reasonable.

@kyang2014 kyang2014 merged commit 24751c1 into master Jun 30, 2026
7 of 8 checks passed
@kyang2014 kyang2014 deleted the hyrax-2193 branch June 30, 2026 21:54
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