Replace storageFormat with Parquet and upgrade workflow-tengo - #119
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the @platforma-sdk/workflow-tengo dependency to version 6.7.1 and changes the storageFormat configuration from "Binary" to "Parquet" in several Tengo workflow scripts, including export-settings.lib.tengo and soi.tpl.tengo. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
kevindetry-milaboratories
force-pushed
the
push-wwynurwxuqwn
branch
from
July 12, 2026 10:47
1e0cfad to
f3fa124
Compare
kevindetry-milaboratories
force-pushed
the
push-wwynurwxuqwn
branch
from
July 12, 2026 11:44
f3fa124 to
bc9563a
Compare
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.
Greptile Summary
This PR migrates all
pfconvParamsstorage format configurations from"Binary"to"Parquet"across six call sites in the workflow Tengo code, and upgrades@platforma-sdk/workflow-tengofrom6.6.5to6.7.1(along with transitive updates tosoftware-ptablerandsoftware-ptexter).storageFormatmigration: All six occurrences ofstorageFormat: "Binary"inexport-settings.lib.tengo(functionsshmTree,shmTreeNodes,shmTreeNodesWithClones,shmTreeNodesUniqueIsotype) andsoi.tpl.tengo(resultConvParams,aggregatedConvParams) are updated to"Parquet". No"Binary"references remain in the codebase.@platforma-sdk/workflow-tengobumped to6.7.1, which pulls in updatedsoftware-ptabler@2.1.5andsoftware-ptexter@1.2.3as transitive dependencies.Confidence Score: 5/5
The change is safe to merge — it consistently replaces all six Binary storage format references with Parquet and aligns the SDK version across the workspace catalog and lock file with no missing sites.
All storageFormat occurrences across the two affected files are updated; a grep of the full workflow/src directory confirms no Binary references remain. The lock file is internally consistent with the workspace catalog bump. The transitive dependency upgrades are minor patch increments pulled in automatically by the SDK version bump.
No files require special attention.
Important Files Changed
storageFormat: "Binary"occurrences replaced with"Parquet"in shmTree, shmTreeNodes, shmTreeNodesWithClones, and shmTreeNodesUniqueIsotype — migration appears complete and consistent.storageFormat: "Binary"occurrences (resultConvParams, aggregatedConvParams) replaced with"Parquet"— consistent with the export-settings changes.@platforma-sdk/workflow-tengobumped from^6.6.5to^6.7.1.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Workflow Tengo 6.7.1] --> B[export-settings.lib.tengo] A --> C[soi.tpl.tengo] B --> D[shmTree\npfconvParams] B --> E[shmTreeNodes\npfconvParams] B --> F[shmTreeNodesWithClones\npfconvParams] B --> G[shmTreeNodesUniqueIsotype\npfconvParams] C --> H[resultConvParams] C --> I[aggregatedConvParams] D --> J["storageFormat: Parquet\n(was: Binary)"] E --> J F --> J G --> J H --> J I --> J J --> K[pframes conversion\nsoftware-ptabler@2.1.5\nsoftware-ptexter@1.2.3]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A[Workflow Tengo 6.7.1] --> B[export-settings.lib.tengo] A --> C[soi.tpl.tengo] B --> D[shmTree\npfconvParams] B --> E[shmTreeNodes\npfconvParams] B --> F[shmTreeNodesWithClones\npfconvParams] B --> G[shmTreeNodesUniqueIsotype\npfconvParams] C --> H[resultConvParams] C --> I[aggregatedConvParams] D --> J["storageFormat: Parquet\n(was: Binary)"] E --> J F --> J G --> J H --> J I --> J J --> K[pframes conversion\nsoftware-ptabler@2.1.5\nsoftware-ptexter@1.2.3]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Replace storageFormat with Parquet and u..." | Re-trigger Greptile