File tree Expand file tree Collapse file tree
asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/cbo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444import org .apache .asterix .optimizer .base .AnalysisUtil ;
4545import org .apache .asterix .optimizer .rules .am .array .AbstractOperatorFromSubplanRewrite ;
4646import org .apache .asterix .translator .ConstantHelper ;
47- import org .apache .commons .collections .CollectionUtils ;
47+ import org .apache .commons .collections4 .CollectionUtils ;
4848import org .apache .commons .lang3 .mutable .Mutable ;
4949import org .apache .commons .lang3 .mutable .MutableObject ;
5050import org .apache .hyracks .algebricks .common .exceptions .AlgebricksException ;
Original file line number Diff line number Diff line change 9191 <!-- Versions under dependencymanagement or used in many projects via properties -->
9292 <algebricks .version>0.3.10-SNAPSHOT</algebricks .version>
9393 <hyracks .version>0.3.10-SNAPSHOT</hyracks .version>
94- <hadoop .version>3.4.1 </hadoop .version>
94+ <hadoop .version>3.4.2 </hadoop .version>
9595 <jacoco .version>0.7.6.201602180812</jacoco .version>
96- <log4j .version>2.22.1 </log4j .version>
96+ <log4j .version>2.25.3 </log4j .version>
9797 <!-- IMPORTANT: please keep the aws-crt version in sync with that defined in the AWS SDK BOM -->
9898 <!-- you can get this by inspecting the aws-sdk-java-pom for the SDK version. e.g.
9999 $ curl -s https://repo1.maven.org/maven2/software/amazon/awssdk/aws-sdk-java-pom/2.31.57/aws-sdk-java-pom-2.31.57.pom | grep awscrt.version
18781878 <dependency >
18791879 <groupId >io.grpc</groupId >
18801880 <artifactId >grpc-bom</artifactId >
1881- <version >1.78 .0</version >
1881+ <version >1.79 .0</version >
18821882 <type >pom</type >
18831883 <scope >import</scope >
18841884 </dependency >
1885- <dependency >
1886- <groupId >io.grpc</groupId >
1887- <artifactId >grpc-netty-shaded</artifactId >
1888- <version >1.78.0</version >
1889- </dependency >
18901885 <dependency >
18911886 <groupId >io.opencensus</groupId >
18921887 <artifactId >opencensus-contrib-http-util</artifactId >
Original file line number Diff line number Diff line change 7171 <!-- Versions under dependencymanagement or used in many projects via properties -->
7272 <hadoop .version>3.4.1</hadoop .version>
7373 <jacoco .version>0.7.6.201602180812</jacoco .version>
74- <log4j .version>2.22.1 </log4j .version>
74+ <log4j .version>2.25.3 </log4j .version>
7575 <snappy .version>1.1.10.5</snappy .version>
7676 <jackson .version>2.19.2</jackson .version>
7777 <jackson-databind .version>${jackson.version} </jackson-databind .version>
You can’t perform that action at this time.
0 commit comments