davidradl commented on code in PR #24835:
URL: https://github.com/apache/flink/pull/24835#discussion_r1675733139
##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveSource.java:
##########
@@ -60,7 +62,7 @@
*/
@PublicEvolving
public class HiveSource<T> extends AbstractFileSource<T, HiveSourceSplit>
- implements DynamicParallelismInference {
Review Comment:
shouldn't the hive connector changes do into
[https://github.com/apache/flink-connector-hive](https://github.com/apache/flink-connector-hive)
. I assume the hive connector has moved out of Flink core and the hive
connector folder in core is not being maintained.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]