Skip to content

Commit 45ba8cb

Browse files
heremaps-botheremaps-bot
heremaps-bot
authored and
heremaps-bot
committed
HERE Data SDK for Java & Scala Release 2.47.2
1 parent 388a282 commit 45ba8cb

File tree

181 files changed

+378
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+378
-234
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ The following examples demonstrate how to use the Location Library.
8585

8686
## License
8787

88-
Copyright (C) 2017-2022 HERE Europe B.V.
88+
Copyright (C) 2017-2023 HERE Europe B.V.
8989

9090
Unless otherwise noted in `LICENSE` files, source code files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository.

data-archive/java/avro-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-avro-example</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroMultiKeysExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/avro-example/src/test/java/com/here/platform/data/archive/example/AvroExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/test/java/com/here/platform/data/archive/example/AvroSimpleKeyExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/parquet-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-parquet-example</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/CustomProtoSchemaConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/CustomProtoWriteSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/ParquetSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/SdiiMessageParquetWriterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/parquet-example/src/test/java/com/here/platform/data/archive/example/ParquetExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/parquet-example/src/test/java/com/here/platform/data/archive/example/ParquetSimpleKeyExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/protobuf-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-protobuf-example</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

data-archive/java/protobuf-example/src/main/java/com/here/platform/data/archive/example/ProtobufSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/protobuf-example/src/test/java/com/here/platform/data/archive/example/ProtobufExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/protobuf-example/src/test/java/com/here/platform/data/archive/example/ProtobufSimpleKeyExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/sensoris-parquet-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.examples</groupId>
66
<artifactId>data-archive-sensoris-parquet-example</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</tag>
2727
</scm>
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<java.version>1.8</java.version>
3232
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3333

34-
<sdk-bom.version>2.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<hadoop-client.version>2.7.3</hadoop-client.version>
3737
<parquet-protobuf.version>1.11.1</parquet-protobuf.version>

data-archive/java/sensoris-parquet-example/src/main/java/com/here/platform/data/archive/example/SensorisParquetSplittedUDFExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/sensoris-parquet-example/src/main/java/com/here/platform/data/archive/example/parquet/CustomProtoSchemaConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/sensoris-parquet-example/src/main/java/com/here/platform/data/archive/example/parquet/CustomProtoWriteSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/sensoris-parquet-example/src/main/java/com/here/platform/data/archive/example/parquet/ParquetHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-parquet-example/src/main/java/com/here/platform/data/archive/example/parquet/SensorisMessageParquetWriterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-parquet-example/src/test/java/com/here/platform/data/archive/example/ExampleReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-parquet-example/src/test/java/com/here/platform/data/archive/example/SensorisParquetSplittedUDFExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/sensoris-parquet-example/src/test/java/com/here/platform/data/archive/example/TestFixtures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-parquet-example/src/test/java/com/here/platform/data/archive/example/UDFExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-protobuf-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.examples</groupId>
66
<artifactId>data-archive-sensoris-protobuf-example</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section -->
@@ -25,15 +25,15 @@
2525
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2626
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2727
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
28-
<tag>2.46.5</tag>
28+
<tag>2.47.2</tag>
2929
</scm>
3030

3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<java.version>1.8</java.version>
3434
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3535

36-
<sdk-bom.version>2.46.5</sdk-bom.version>
36+
<sdk-bom.version>2.47.2</sdk-bom.version>
3737
<scala.compat.version>2.12</scala.compat.version>
3838

3939
<commons-logging.version>1.2</commons-logging.version>

data-archive/java/sensoris-protobuf-example/src/main/java/com/here/platform/data/archive/example/SensorisProtobufSplittedUDFExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-protobuf-example/src/test/java/com/here/platform/data/archive/example/ExampleReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-protobuf-example/src/test/java/com/here/platform/data/archive/example/SensorisProtobufSplittedUDFExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-protobuf-example/src/test/java/com/here/platform/data/archive/example/TestFixtures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/sensoris-protobuf-example/src/test/java/com/here/platform/data/archive/example/UDFExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-processing/java/geometry-lifter/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ You can use the OLP CLI to create pipeline components and activate the pipeline
220220

221221
1. [Create](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/pipeline-workflows.html) pipeline components:
222222

223+
For this example, a bounding box filter is provided by `--runtime-config` parameter to
224+
limit the number of partitions to be processed. This speeds up the compilation process. In this
225+
example, we use a bounding box around the cities of Berlin and Beijing for the HERE platform and HERE
226+
platform in China environments respectively. You can edit the bounding box coordinates to compile a different
227+
partition of HERE Map Content. Make sure you update the layer coverage to reflect the different
228+
geographical region.
229+
223230
```bash
224231
olp pipeline create $COMPONENT_NAME_Pipeline --scope $PROJECT_HRN
225232
olp pipeline template create $COMPONENT_NAME_Template batch-3.0 $PATH_TO_JAR \
@@ -228,6 +235,11 @@ olp pipeline template create $COMPONENT_NAME_Template batch-3.0 $PATH_TO_JAR \
228235
--scope $PROJECT_HRN
229236
olp pipeline version create $COMPONENT_NAME_version $PIPELINE_ID $PIPELINE_TEMPLATE_ID \
230237
"$PATH_TO_CONFIG_FOLDER/pipeline-config.conf" \
238+
--runtime-config here.platform.data-processing.executors.partitionKeyFilters.0.className=BoundingBoxFilter \
239+
here.platform.data-processing.executors.partitionKeyFilters.0.param.boundingBox.north=52.67551 \
240+
here.platform.data-processing.executors.partitionKeyFilters.0.param.boundingBox.south=52.338261 \
241+
here.platform.data-processing.executors.partitionKeyFilters.0.param.boundingBox.east=13.76116 \
242+
here.platform.data-processing.executors.partitionKeyFilters.0.param.boundingBox.west=13.08835 \
231243
--scope $PROJECT_HRN
232244
```
233245

data-processing/java/geometry-lifter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.processing.example.java.geometry.lifter</groupId>
66
<artifactId>geometry-lifter</artifactId>
7-
<version>0.0.815</version>
7+
<version>0.0.818</version>
88
<packaging>jar</packaging>
99

1010
<name>Batch Processor compiler for Geometry Lifter in Java</name>
@@ -23,14 +23,14 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</tag>
2727
</scm>
2828

2929
<properties>
3030
<java.version>1.8</java.version>
3131
<maven.compiler.source>${java.version}</maven.compiler.source>
3232
<maven.compiler.target>${java.version}</maven.compiler.target>
33-
<sdk-bom.version>2.46.5</sdk-bom.version>
33+
<sdk-bom.version>2.47.2</sdk-bom.version>
3434
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3535
<maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
3636
<scala-maven-plugin.version>4.5.4</scala-maven-plugin.version>

0 commit comments

Comments
 (0)