Skip to content

Commit

Permalink
set partition name for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Aug 4, 2023
1 parent 5be6818 commit aee01fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ class FileLayerProvider(openSearch: OpenSearchClient, openSearchCollectionId: St
var maskStrategy: Option[CloudFilterStrategy] = readKeysToRasterSourcesResult._3
val metadata = readKeysToRasterSourcesResult._2
val requiredSpacetimeKeys: RDD[(SpaceTimeKey, vector.Feature[Geometry, (RasterSource, Feature)])] = readKeysToRasterSourcesResult._1.persist()
requiredSpacetimeKeys.setName(s"FileLayerProvider_keys_${this.openSearchCollectionId}_${from.toString}_${to.toString}")

try{
val partitioner = DatacubeSupport.createPartitioner(datacubeParams, requiredSpacetimeKeys.keys, metadata)
Expand Down

0 comments on commit aee01fc

Please sign in to comment.