Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove exclusion for org.pentaho:pentaho-aggdesigner-algorithm
  • Loading branch information
attilapiros committed Sep 25, 2023
commit ffb8ceb9c57f9bdc43dfe0d5ee1530ee1757fe47
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ package object client {
extraDeps = Seq("org.apache.derby:derby:10.14.2.0"),
exclusions = Seq("org.apache.calcite:calcite-druid",
"org.apache.curator:*",
"org.pentaho:pentaho-aggdesigner-algorithm",
"org.apache.hive:hive-vector-code-gen"))

val allSupportedHiveVersions =
Expand Down