getindata / flink-http-connector

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.
Apache License 2.0
150 stars 43 forks source link

[HTTP-43] - Remove Encoding format from HttpLookupTableSource #44

Closed kristoffSC closed 1 year ago

kristoffSC commented 1 year ago

Description

The 'HttpLookupTableSource' has unused reference to Encoding format. It is not needed, since concrete type of encoding format should be created by 'LookupQueryCreatorFactory' implementation.

This PR removes this reference.

Resolves https://github.com/getindata/flink-http-connector/issues/43

PR Checklist
github-actions[bot] commented 1 year ago
File Coverage [96.63%] :green_apple:
HttpLookupTableSourceFactory.java 100% :green_apple:
HttpLookupTableSource.java 95.37% :green_apple:
Total Project Coverage 94.26% :green_apple: