Skip to content

Conversation

@Kmortyk
Copy link
Collaborator

@Kmortyk Kmortyk commented Nov 19, 2025

Fixed errors from CI for export command:

  • "version number is not valid" for 18.
  • "IndexError: Replacement index 1 out of range for positional args tuple" for statements plugin.

self.Items[5][1] = self.Items[5][1].format("total_exec_time+total_plan_time",
"shared_blk_read_time-local_blk_read_time-temp_blk_read_time-shared_blk_write_time-local_blk_write_time-temp_blk_write_time")
else:
self.Items[5][1] = self.Items[5][1].format("total_exec_time+total_plan_time", "blk_read_time-blk_write_time")
Copy link
Collaborator

Choose a reason for hiding this comment

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

strange how we haven't fixed that earlier, thx!

Copy link
Collaborator

@mstyushin mstyushin left a comment

Choose a reason for hiding this comment

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

👍🏻

@Kmortyk Kmortyk merged commit 254cbb0 into dev Nov 20, 2025
10 checks 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.

3 participants