File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
auth-providers/oauth2-provider
src/main/java/tech/ydb/query/impl Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >tech.ydb</groupId >
77 <artifactId >ydb-sdk-parent</artifactId >
8- <version >2.3.21 </version >
8+ <version >2.3.22-SNAPSHOT </version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <groupId >tech.ydb</groupId >
9- <version >2.3.21 </version >
9+ <version >2.3.22-SNAPSHOT </version >
1010 <artifactId >ydb-sdk-bom</artifactId >
1111 <name >Java SDK Bill of Materials</name >
1212 <description >Java SDK Bill of Materials (BOM)</description >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-common</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-coordination</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-core</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-export</artifactId >
Original file line number Diff line number Diff line change 88
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212
1313 <name >Java SDK for YDB</name >
1414 <description >Java SDK for YDB</description >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-query</artifactId >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ public boolean hasQueryStats() {
152152 private static QueryStats queryStats (tech .ydb .query .result .QueryStats stats ) {
153153 return new QueryStats (
154154 stats .getPhases ().stream ().map (qp -> queryPhaseStats (qp )).collect (toList ()),
155- compilationStats (stats .getComplilationStats ()),
155+ compilationStats (stats .getCompilationStats ()),
156156 stats .getProcessCpuTimeUs (),
157157 stats .getQueryPlan (),
158158 stats .getQueryAst (),
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.21 </version >
11+ <version >2.3.22-SNAPSHOT </version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-scheme</artifactId >
You can’t perform that action at this time.
0 commit comments