Skip to content

Commit 3042543

Browse files
committed
nit
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 59880ad commit 3042543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processors/src/data-processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export function arrowSchemaToFields(
490490
(keplerField.analyzerType === AnalyzerDATA_TYPES.GEOMETRY ||
491491
keplerField.analyzerType === AnalyzerDATA_TYPES.GEOMETRY_FROM_STRING)
492492
) {
493-
// When wbk/wkt was saved as varchar
493+
// When wkb/wkt was saved as varchar in DuckDB
494494
type = keplerField.type;
495495
analyzerType = keplerField.analyzerType;
496496
format = keplerField.format;

0 commit comments

Comments
 (0)