Skip to content

Commit

Permalink
Updates planner builder deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
RCHowell committed Jan 3, 2024
1 parent 8253053 commit 2ad3471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class PartiQLPlannerBuilder {
* @param metadata
* @return
*/
@Deprecated("This will be removed in v0.15.0+.", ReplaceWith("Please use org.partiql.planner.PartiQLPlanner.Session"))
@Deprecated("This will be removed in version 1.0", ReplaceWith("Please use org.partiql.planner.PartiQLPlanner.Session"))
public fun addCatalog(catalog: String, metadata: ConnectorMetadata): PartiQLPlannerBuilder = this

/**
Expand Down

0 comments on commit 2ad3471

Please sign in to comment.