Compare commits
1 Commits
3882e3b0a6
...
data
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cbaabed34 |
@@ -185,7 +185,7 @@ function partitionPathFromSegmentId(id: string): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function buildPartitionedFilePath(prefix: string, id: string): string {
|
function buildPartitionedFilePath(prefix: string, id: string): string {
|
||||||
return path.join(DATA_DIR, partitionPathFromSegmentId(id), `${prefix}-${id}.parquet`);
|
return path.join(DATA_DIR, prefix, partitionPathFromSegmentId(id), `${prefix}-${id}.parquet`);
|
||||||
}
|
}
|
||||||
|
|
||||||
function buildVehicleFile(id: string): string {
|
function buildVehicleFile(id: string): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user