This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from b99a17949 feat(csharp): add statement-level trace parent support
(#3896)
add 778f7801d feat(csharp/src/Drivers/Apache): increase telemetry
instrumentation for Apache drivers (#3794)
No new revisions were added by this update.
Summary of changes:
.../{Spark/SparkStatement.cs => ActivityKeys.cs} | 32 +++---
.../Drivers/Apache/Hive2/HiveServer2Connection.cs | 117 ++++++++++++++-------
.../Apache/Hive2/HiveServer2HttpConnection.cs | 15 +++
.../src/Drivers/Apache/Hive2/HiveServer2Reader.cs | 3 +-
.../Apache/Hive2/HiveServer2StandardConnection.cs | 6 ++
.../Drivers/Apache/Hive2/HiveServer2Statement.cs | 63 ++++++-----
.../src/Drivers/Apache/Impala/ImpalaConnection.cs | 17 +++
.../Drivers/Apache/Impala/ImpalaHttpConnection.cs | 15 +++
.../Apache/Impala/ImpalaStandardConnection.cs | 19 +++-
csharp/src/Drivers/Apache/Spark/SparkConnection.cs | 18 ++++
.../Drivers/Apache/Spark/SparkHttpConnection.cs | 20 +++-
.../Apache/Spark/SparkStandardConnection.cs | 19 ++++
.../FileListener/FileActivityListenerTests.cs | 2 +-
13 files changed, 262 insertions(+), 84 deletions(-)
copy csharp/src/Drivers/Apache/{Spark/SparkStatement.cs => ActivityKeys.cs}
(50%)