Skip to content

[Docs] Clarify incompatibility between UPDATE_FLEXIBLE_COLUMNS and columns parameter#3630

Open
Manas756 wants to merge 4 commits into
apache:masterfrom
Manas756:docs/flexible-update-columns-warning-#3592
Open

[Docs] Clarify incompatibility between UPDATE_FLEXIBLE_COLUMNS and columns parameter#3630
Manas756 wants to merge 4 commits into
apache:masterfrom
Manas756:docs/flexible-update-columns-warning-#3592

Conversation

@Manas756
Copy link
Copy Markdown
Contributor

@Manas756 Manas756 commented May 10, 2026

Problem

The documentation does not mention that UPDATE_FLEXIBLE_COLUMNS is incompatible with the columns parameter.

Root Cause

columns enforces a fixed schema, while flexible partial update requires dynamic column handling.

Solution

Added a warning note and usage examples to clarify this limitation.

Verification

Verified behavior with test data:

  • With columns → partial update fails (fields may become NULL)
  • Without columns → partial update works correctly
Proof of doc file issue This is the Proof of the issue and it's a demo run of this test put on but it will surely work on the main issue.

Fixes #3592

Copilot AI review requested due to automatic review settings May 10, 2026 15:52
@Manas756 Manas756 closed this May 10, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the navbar brand/logo styling to change how the logo is sized/aligned and how overflow is handled within the navbar header.

Changes:

  • Converted .navbar__brand and .navbar__logo to flex containers with vertical centering.
  • Replaced fixed heights with min/max-height constraints and adjusted image sizing rules.
  • Switched overflow from hidden to visible for brand/logo areas.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 127 to +133
&__brand {
height: 1.875rem;
display: flex;
align-items: center;
min-height: 1.875rem;
margin: 0;
margin-right: 2.75rem;
overflow: hidden;
overflow: visible;
Comment on lines 147 to +152
img {
display: block;
width: auto;
height: 100%;
max-height: 1.875rem;
object-fit: contain;
@Manas756 Manas756 reopened this May 10, 2026
@Manas756
Copy link
Copy Markdown
Contributor Author

Hi maintainers, this PR fixes issue #3592. Kindly review.

@Manas756
Copy link
Copy Markdown
Contributor Author

Could a maintainer please trigger the CI?

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.

Issue on docs

2 participants