[bot] Merge master/d7f50b77 into rel/dev#1533
Merged
yenkins-admin merged 8 commits intorel/devfrom Apr 13, 2026
Merged
Conversation
Switch read_result_arrow to explicitly request application/vnd.apache.arrow.stream via Accept header and pipe the HTTP response directly into ipc.open_stream(), eliminating the intermediate BytesIO buffer. Update tests accordingly.
Add a parallel Arrow IPC execution path to DataFrameFactory and SeriesFactory that fetches results via the binary endpoint instead of JSON pagination: - arrow_convertor: pa.Table -> DataFrame conversion with label_overrides, grand_totals reordering, column_totals_indexes, primary_labels resolution, and metric field index helper - dataframe: for_exec_def_arrow(), for_arrow_table(), for_exec_result_id Arrow branch; Arrow path wired through for_visualization(), for_created_visualization() - series: use_arrow=True on indexed() / not_indexed() - ArrowConfig holds conversion params (self_destruct, types_mapper, custom_mapping); use_arrow is a dedicated DataFrameFactory.__init__ parameter risk: nonprod
Backfill column_totals_indexes into all 36 fixture meta.json files; extend parity tests to cover all four DataFrameMetadata fields (row_totals_indexes, column_totals_indexes, primary_labels_from_index, primary_labels_from_columns) and expand for_arrow_table tests from 4 hand-picked cases to the full fixture set. risk: nonprod
Replace stdlib json with orjson in arrow_convertor.py for faster metadata parsing. Add orjson>=3.11.0 to the arrow optional dependency group and align the test group's pyarrow floor to match the arrow extra (>=23.0.1). risk: nonprod
Arrow IPC binary fetch path for DataFrame execution
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## rel/dev #1533 +/- ##
===========================================
+ Coverage 78.26% 78.66% +0.40%
===========================================
Files 228 230 +2
Lines 14950 15400 +450
===========================================
+ Hits 11700 12114 +414
- Misses 3250 3286 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Automated PR to perform merge from master into rel/dev with changes up to d7f50b7 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/24337910190).