Closed zhztheplayer closed 2 days ago
Add API BatchType#ensureRegistered() for explicit registration of the batch type. The previous way (e.g., VeloxBatch.getClass) is hard to reason about.
BatchType#ensureRegistered()
VeloxBatch.getClass
Run Gluten Clickhouse CI on x86
Add API
BatchType#ensureRegistered()
for explicit registration of the batch type. The previous way (e.g.,VeloxBatch.getClass
) is hard to reason about.