Skip to content

Commit 057dc88

Browse files
committed
created issue #29
1 parent a9cd742 commit 057dc88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/src/workers/parquetWorkerClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export function compare<T>(a: T, b: T): number {
165165
return 1 // TODO: how to handle nulls?
166166
}
167167

168-
// TODO(SL): once the types in cachedAsyncBuffer are fixed, import all the following from hyparquet
169168
type Awaitable<T> = T | Promise<T>;
170169

171170
function cachedAsyncBuffer(asyncBuffer: AsyncBuffer): AsyncBuffer {

0 commit comments

Comments
 (0)