00521afd18
javac couldn't infer List<Object[]> from List.of(row) when row is Object[]; adding the explicit type witness List.<Object[]>of(row) resolves the ambiguous overload that caused the compilation error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>