We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21844e4 commit 0823a00Copy full SHA for 0823a00
1 file changed
packages/cubejs-cubestore-driver/src/CubeStoreDriver.ts
@@ -31,8 +31,7 @@ const CubeStoreCapabilityMinVersion = {
31
queueExclusive: '1.6.22',
32
queueExternalId: '1.6.26',
33
sendableParameters: '1.6.38',
34
- // Arrow format + Completed response type
35
- arrowFormat: '1.6.55',
+ arrowFormat: '1.6.66',
36
} satisfies Record<string, string>;
37
type CubeStoreCapability = keyof typeof CubeStoreCapabilityMinVersion;
38
0 commit comments