Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sat, 01 Nov 2025 09:51:26 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3838: fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2483404496 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 0e6edd19503efda441f7e6c1e016067dbf520109 X-GitHub-Issue: 3838 X-GitHub-Line: 118 X-GitHub-Path: pgjdbc/src/test/java/org/postgresql/test/jdbc2/ArrayTest.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3838#discussion_r2483404496 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/test/java/org/postgresql/test/jdbc2/ArrayTest.java:118) Well there's no other way to represent NaN. It does pass all of our tests, Do you want to revert this ?