Message-ID: From: "awadhesh14 (@awadhesh14)" To: "pgjdbc/pgjdbc" Date: Tue, 20 May 2025 16:57:45 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3633: fix: add validation for rectangular arrays in ArrayEncoding Closes #3567 In-Reply-To: References: List-Id: X-GitHub-Author-Login: awadhesh14 X-GitHub-Comment-Id: 2895204650 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3633 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3633#issuecomment-2895204650 Content-Type: text/plain; charset=utf-8 @davecramer 1. fixed the code style according to the style guide. 2. fixed the jagged array in existing test case. All checks are passing. Please review when convenient.