davidradl commented on code in PR #24835:
URL: https://github.com/apache/flink/pull/24835#discussion_r1675726294
##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/write/HiveOutputFormatFactory.java:
##########
@@ -43,19 +51,28 @@ public HiveOutputFormatFactory(HiveWriterFactory factory) {
@Override
public HiveOutputFormat createOutputFormat(Path path) {
- return new HiveOutputFormat(
-
factory.createRecordWriter(HadoopFileSystem.toHadoopPath(path)),
- factory.createRowConverter());
+ HiveConf hiveConf = HiveConfUtils.create(factory.getJobConf());
+ final String thriftURL =
hiveConf.get(HiveConf.ConfVars.METASTOREURIS.varname);
Review Comment:
if we are using the HMS can we get more metadata from it to store in lineage?
--
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]