Closed esdrasbeleza closed 7 months ago
@esdrasbeleza Can you please rebase and resolve conflicts? Thanks!
@kravets-levko got a bit lost in the process with merges, rebases, signoffs etc., but it's done 😅 10+ years of git and it's never enough!
@kravets-levko any plans to merge this? My current code base is full of hacky queries because of this issue 🙏
@esdrasbeleza Merged 👍 I'd like to ship one more PR with this release - waiting for a person to rebase their branch and we're good to go. After that I'll cut a release ASAP
sql.NamedValue
has the fieldValue
set tonil
, the resultingcli_service.TSparkParameter
will also have the valuenil
instead of*cli_service.TSparkParameterValue{StringValue: *"%!s(<nil>"}
.SqlVoid
, following the conventions used in the NodeJS connector and the Python driver.Fix #193.