Skip to content

Commit 0823a00

Browse files
committed
chore: bump minimal cube.js version
1 parent 21844e4 commit 0823a00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cubejs-cubestore-driver/src/CubeStoreDriver.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ const CubeStoreCapabilityMinVersion = {
3131
queueExclusive: '1.6.22',
3232
queueExternalId: '1.6.26',
3333
sendableParameters: '1.6.38',
34-
// Arrow format + Completed response type
35-
arrowFormat: '1.6.55',
34+
arrowFormat: '1.6.66',
3635
} satisfies Record<string, string>;
3736
type CubeStoreCapability = keyof typeof CubeStoreCapabilityMinVersion;
3837

0 commit comments

Comments
 (0)