Commits


Miguel Pragier authored and GitHub committed 75c6b642b5f
GH-39238:[Go] PATCH Prevents empty record to be appended to empty resultset (#39239) ### Rationale for this change When having an empty resultset, the driver tries to include an empty record referece, that cannot be scanned. So, any operation that relies on the returned Row(s) will trigger a "Index out of Range" error. ### What changes are included in this PR? We're preventing to include an invalid record (that can't be scanned) in an empty resultset ### Are these changes tested? Yes, there's a new test included ### Are there any user-facing changes? No **This PR contains a "Critical Fix".** * Closes: #39238 Authored-by: miguel pragier <miguel.pragier@ebnerstolz.de> Signed-off-by: Matt Topol <zotthewizard@gmail.com>