This is an automated email from the ASF dual-hosted git repository. lidavidm pushed a change to branch gh-1144 in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard 47302ec9a feat(go/adbc/driver/snowflake): support parameter binding add 22c5d4a3a feat(go/adbc/driver/snowflake): support parameter binding add 775fde2f1 fix(go/adbc/driver/snowflake): handle empty result sets add 18d753b77 Merge branch 'gh-1804' into gh-1144 add 200d0b100 More fixes This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (47302ec9a) \ N -- N -- N refs/heads/gh-1144 (200d0b100) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: c/driver/flightsql/dremio_flightsql_test.cc | 1 + c/validation/adbc_validation.h | 2 + c/validation/adbc_validation_statement.cc | 35 +++++++ go/adbc/driver/snowflake/binding.go | 24 +++-- go/adbc/driver/snowflake/record_reader.go | 149 +++++++++++++++------------- go/adbc/driver/snowflake/statement.go | 32 ++++++ 6 files changed, 164 insertions(+), 79 deletions(-)