Skip to content

Commit 2de805a

Browse files
committed
remove unused
1 parent c97f99a commit 2de805a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

packages/cubejs-server-core/src/core/OrchestratorApi.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -216,29 +216,6 @@ export class OrchestratorApi {
216216
}
217217
}
218218

219-
/**
220-
* Determines whether the partition table already exists or not.
221-
*/
222-
public async isPartitionExist(
223-
request: string,
224-
external: boolean,
225-
dataSource = 'default',
226-
schema: string,
227-
table: string,
228-
key: any,
229-
token: string,
230-
): Promise<[boolean, string]> {
231-
return this.orchestrator.isPartitionExist(
232-
request,
233-
external,
234-
dataSource,
235-
schema,
236-
table,
237-
key,
238-
token,
239-
);
240-
}
241-
242219
public async release() {
243220
return Promise.all([
244221
...Object.keys(this.seenDataSources).map(ds => this.releaseDriver(this.driverFactory, ds)),

0 commit comments

Comments
 (0)