Skip to content

Commit

Permalink
[MINOR] Disable doris module since it is not ready for shipping (#2838)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Don't package the Doris module into released package, since it is not
ready for shipping. We could enable this when it is functional-ready.

### Why are the changes needed?

To avoid ship with incomplete feature.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

No.
  • Loading branch information
jerryshao authored Apr 9, 2024
1 parent 0e71bc5 commit e3bd645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ tasks {
dependsOn(
":catalogs:catalog-hive:copyLibAndConfig",
":catalogs:catalog-lakehouse-iceberg:copyLibAndConfig",
":catalogs:catalog-jdbc-doris:copyLibAndConfig",
// TODO. Enable packaging the catalog-jdbc-doris module when it is ready for shipping
// ":catalogs:catalog-jdbc-doris:copyLibAndConfig",
":catalogs:catalog-jdbc-mysql:copyLibAndConfig",
":catalogs:catalog-jdbc-postgresql:copyLibAndConfig",
":catalogs:catalog-hadoop:copyLibAndConfig",
Expand Down

0 comments on commit e3bd645

Please sign in to comment.