Skip to content

Commit 8fd87fb

Browse files
authored
Merge branch 'master' into mhlidd/migrate_config-utils_tests
2 parents c8a466c + 1450a11 commit 8fd87fb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dd-java-agent/instrumentation/spark/src/main/java/datadog/trace/instrumentation/spark/AbstractDatadogSparkListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ private AgentSpan getOrCreateSqlSpan(
411411
.withTag("query_id", sqlExecutionId)
412412
.withTag("description", queryStart.description())
413413
.withTag("details", queryStart.details())
414+
.withTag("_dd.spark.physical_plan", queryStart.physicalPlanDescription())
414415
.withTag(DDTags.RESOURCE_NAME, queryStart.description());
415416

416417
if (batchKey != null) {

utils/config-utils/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ dependencies {
5656
testImplementation(project(":utils:test-utils"))
5757
testImplementation("org.snakeyaml:snakeyaml-engine:2.9")
5858
}
59+
60+
tasks.named("javadoc") {
61+
dependsOn("generateSupportedConfigurations")
62+
}

0 commit comments

Comments
 (0)