Skip to content

Commit 02d797e

Browse files
committed
update erro
1 parent f7459d9 commit 02d797e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astra-db-java/src/main/java/com/datastax/astra/internal/command/AbstractCommandRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public ApiResponse runCommand(Command command, CommandOptions<?> overridingOptio
158158
throw new DataApiResponseException(Collections.singletonList(executionInfo.build()));
159159
}
160160
// Trace All Warning
161-
if (jsonRes.getStatus().containsKey("warnings")) {
161+
if (jsonRes.getStatus()!= null && jsonRes.getStatus().containsKey("warnings")) {
162162
jsonRes.getStatusKeyAsStringStream("warnings").forEach(log::warn);
163163
}
164164
return jsonRes;

langchain4j-astradb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<properties>
15-
<langchain4j.version>0.34.0</langchain4j.version>
15+
<langchain4j.version>0.35.0</langchain4j.version>
1616
</properties>
1717

1818
<dependencyManagement>

0 commit comments

Comments
 (0)