[bahir-flink] branch BAHIR-308 updated (e7e4627 -> 1b1a931)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


 discard e7e4627  Update to 1.16.1
 add 1b1a931  Update to 1.16.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e7e4627)
\
 N -- N -- N   refs/heads/BAHIR-308 (1b1a931)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[bahir-flink] branch BAHIR-308 updated (1b1a931 -> 4b9676a)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


omit 1b1a931  Update to 1.16.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/BAHIR-308 (4b9676a)
\
 O -- O -- O   (1b1a931)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven-ci.yml | 2 +-
 pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[bahir-flink] branch BAHIR-308 updated (e97786a -> e7e4627)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


 discard e97786a  Pinot fixing
 discard 1f89230  kudu fixing
 discard f9f0080  influxdb testing
 discard e8dff35  [BAHIR-308] InfluxDB changes
 discard 69e554c  fix: fixed flink upgrade 1.15 causing the projectFields 
method to be incompatible
 discard 2a7925c  [BAHIR-308] Bump flink version to 1.15.1
 discard 1573b01  [BAHIR-308] Remove support for scala 2.11
 add 724e17c  [BAHIR-321] Make KuduFilterInfo handle String literals
 add 2f0d137  [BAHIR-308] Remove support for scala 2.11
 add 40a462c  [BAHIR-308] Bump flink version to 1.15.1
 add 45808eb  fix: fixed flink upgrade 1.15 causing the projectFields 
method to be incompatible
 add 65d29e2  [BAHIR-308] InfluxDB changes
 add 0511d92  influxdb testing
 add 56dff30  kudu fixing
 add 7de10ca  Pinot fixing
 add 6a99cb8  Pinot fixing V2
 add 4b9676a  Influx DB fixing
 add e7e4627  Update to 1.16.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e97786a)
\
 N -- N -- N   refs/heads/BAHIR-308 (e7e4627)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../connectors/influxdb/sink2/InfluxDBSink.java|  17 +
 .../influxdb/sink2/writer/InfluxDBWriter.java  |  17 +
 .../influxdb/InfluxDBSinkIntegrationTestCase.java  |   1 -
 .../connectors/kudu/connector/KuduFilterInfo.java  |   4 +-
 .../function/lookup/KuduRowDataLookupFunction.java |   8 +-
 .../kudu/connector/KuduFilterInfoTest.java}|  38 +-
 .../connectors/kudu/connector/KuduTestBase.java|   2 +-
 .../kudu/table/dynamic/KuduDynamicSourceTest.java  |  57 +++
 .../streaming/connectors/pinot/PinotSink.java  | 376 
 .../pinot/committer/PinotSinkCommittable.java  |  59 ---
 .../pinot/committer/PinotSinkGlobalCommitter.java  | 470 
 .../serializer/PinotSinkCommittableSerializer.java |  71 ---
 .../PinotSinkGlobalCommittableSerializer.java  |  83 
 .../serializer/PinotSinkWriterStateSerializer.java |  83 
 .../streaming/connectors/pinot/v2/PinotSink.java   |  10 +-
 .../connectors/pinot/v2/PinotSinkBuilder.java  |   3 +-
 .../pinot/v2/committer/PinotSinkCommittable.java   |   3 +-
 .../pinot/v2/committer/PinotSinkCommitter.java | 246 ++-
 .../pinot/v2/writer/PinotWriterSegment.java|   1 -
 .../v2/writer/PinotWriterStateSerializer.java  |   3 +-
 .../connectors/pinot/writer/PinotSinkWriter.java   | 177 
 .../pinot/writer/PinotSinkWriterState.java |  47 --
 .../pinot/writer/PinotWriterSegment.java   | 153 ---
 .../streaming/connectors/pinot/PinotSinkTest.java  | 476 -
 .../streaming/connectors/pinot/PinotTestBase.java  | 254 ---
 .../connectors/pinot/v2/PinotSinkTest.java |  16 +-
 .../connectors/pinot/v2/PinotTestBase.java |   7 +-
 pom.xml|   2 +-
 28 files changed, 378 insertions(+), 2306 deletions(-)
 copy 
flink-connector-kudu/src/{main/java/org/apache/flink/connectors/kudu/connector/ColumnSchemasFactory.java
 => 
test/java/org/apache/flink/connectors/kudu/connector/KuduFilterInfoTest.java} 
(56%)
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/PinotSink.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/committer/PinotSinkCommittable.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/committer/PinotSinkGlobalCommitter.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/serializer/PinotSinkCommittableSerializer.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/serializer/PinotSinkGlobalCommittableSerializer.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/serializer/PinotSinkWriterStateSerializer.java
 delete mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/writer/PinotSinkWriter.java
 delete mode 100644 

[bahir-flink] branch BAHIR-308 updated (8ef7e41 -> 9188166)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


omit 8ef7e41  Influx DB fixing
omit 1930fe6  Pinot fixing V2
 add 8a9cc86  Pinot fixing V2
 add 9188166  Influx DB fixing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8ef7e41)
\
 N -- N -- N   refs/heads/BAHIR-308 (9188166)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../flink/streaming/connectors/pinot/v2/PinotTestBase.java   | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)



[bahir-flink] branch BAHIR-308 updated (8f7cad1 -> e97786a)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


omit 8f7cad1  kudu fixing
omit d4728b8  influxdb testing
omit c128a2a  [BAHIR-308] InfluxDB changes
omit 920fc49  fix: fixed flink upgrade 1.15 causing the projectFields 
method to be incompatible
omit beb6766  [BAHIR-308] Bump flink version to 1.15.1
omit 86cbac9  [BAHIR-308] Remove support for scala 2.11
 add 510a2b1  [BAHIR-315] Move SSL config to FlinkJedisConfigBase
 add 1573b01  [BAHIR-308] Remove support for scala 2.11
 add 2a7925c  [BAHIR-308] Bump flink version to 1.15.1
 add 69e554c  fix: fixed flink upgrade 1.15 causing the projectFields 
method to be incompatible
 add e8dff35  [BAHIR-308] InfluxDB changes
 add f9f0080  influxdb testing
 add 1f89230  kudu fixing
 add e97786a  Pinot fixing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8f7cad1)
\
 N -- N -- N   refs/heads/BAHIR-308 (e97786a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 flink-connector-pinot/docker-compose.yml   |  43 
 flink-connector-pinot/pom.xml  |  10 +
 .../streaming/connectors/pinot/PinotSink.java  |   2 +-
 .../pinot/committer/PinotSinkGlobalCommitter.java  |  12 +-
 .../streaming/connectors/pinot/v2/PinotSink.java   | 116 +++
 .../connectors/pinot/v2/PinotSinkBuilder.java  | 148 ++
 .../{ => v2}/committer/PinotSinkCommittable.java   |   3 +-
 .../committer}/PinotSinkCommittableSerializer.java |   3 +-
 .../pinot/v2/committer/PinotSinkCommitter.java | 216 +
 .../{ => v2}/external/EventTimeExtractor.java  |   4 +-
 .../pinot/{ => v2}/external/JsonSerializer.java|   2 +-
 .../writer/PinotWriter.java}   | 185 --
 .../pinot/{ => v2}/writer/PinotWriterSegment.java  |  11 +-
 .../writer/PinotWriterState.java}  |   6 +-
 .../writer/PinotWriterStateSerializer.java}|  12 +-
 .../connectors/pinot/writer/PinotSinkWriter.java   |   1 +
 .../connectors/pinot/LocalFileSystemAdapter.java   |   5 +-
 .../streaming/connectors/pinot/PinotSinkTest.java  |   1 +
 .../streaming/connectors/pinot/PinotTestBase.java  |  11 +-
 .../connectors/pinot/PinotTestHelper.java  |   6 +-
 .../connectors/pinot/{ => v2}/PinotSinkTest.java   |  62 +++---
 .../connectors/pinot/{ => v2}/PinotTestBase.java   |  26 ++-
 .../src/test/resources/log4j.properties|  13 ++
 .../src/test/resources/log4j2-test.properties  |   4 +-
 .../common/config/FlinkJedisClusterConfig.java |  30 +--
 .../redis/common/config/FlinkJedisConfigBase.java  |  13 +-
 .../redis/common/config/FlinkJedisPoolConfig.java  |  22 ++-
 .../common/config/FlinkJedisSentinelConfig.java|   2 +-
 .../container/RedisCommandsContainerBuilder.java   |  13 +-
 .../common/config/FlinkJedisConfigBaseTest.java|   2 +-
 .../common/config/JedisClusterConfigTest.java  |   6 +-
 31 files changed, 771 insertions(+), 219 deletions(-)
 create mode 100644 flink-connector-pinot/docker-compose.yml
 create mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/v2/PinotSink.java
 create mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/v2/PinotSinkBuilder.java
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{
 => v2}/committer/PinotSinkCommittable.java (93%)
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{serializer
 => v2/committer}/PinotSinkCommittableSerializer.java (94%)
 create mode 100644 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/v2/committer/PinotSinkCommitter.java
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{
 => v2}/external/EventTimeExtractor.java (92%)
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{
 => v2}/external/JsonSerializer.java (94%)
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{writer/PinotSinkWriter.java
 => v2/writer/PinotWriter.java} (54%)
 copy 
flink-connector-pinot/src/main/java/org/apache/flink/streaming/connectors/pinot/{
 => 

[bahir-flink] branch BAHIR-308 updated (4b9676a -> 8ef7e41)

2023-02-06 Thread eskabetxe
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch BAHIR-308
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


 discard 4b9676a  Influx DB fixing
 discard 6a99cb8  Pinot fixing V2
 add 1930fe6  Pinot fixing V2
 add 8ef7e41  Influx DB fixing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4b9676a)
\
 N -- N -- N   refs/heads/BAHIR-308 (8ef7e41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/streaming/connectors/pinot/v2/PinotTestBase.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)