Rework API RowVectors.partitionBySpec to support all PartitionFunctionSpec types#615
Conversation
a223a56 to
49b79a2
Compare
49b79a2 to
041b267
Compare
RowVectors.partitionBySpec to support all PartitionFunctionSpec types
|
@LantaoJin I am working on generalizing the fundamentals of
|
Wonder when could the maven deployment be trigger? each merged PR or nightly? |
|
@LantaoJin do you mean the Maven snapshot package? It's now manually triggered. Do you use it? |
Sure, I use the maven SNAPSHOT jar, please trigger it for any new API added or break changes. |
|
@LantaoJin released. The full deployment history is at https://github.com/boostscale/velox4j/actions/workflows/pub-snapshot.yml. |
Maps Velox's
PartitionFunctionfacility to Velox4J Java API to support allPartitionFunctionSpectypes inRowVectors.partitionBySpeccalls, and to provide aPartitionFunctionAPI in Java for more flexible partitioning invocations.Breaking change:
org.boostscale.velox4j.plan.partitiontoorg.boostscale.velox4j.partition