openinx commented on issue #2558:
URL: https://github.com/apache/iceberg/issues/2558#issuecomment-833465883
Attached the build error message here:
```
> Task :iceberg-flink:compileJava
/Users/openinx/software/apache-iceberg/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java:31:
error: cannot find symbol
import org.apache.flink.table.descriptors.CatalogDescriptorValidator;
^
symbol: class CatalogDescriptorValidator
location: package org.apache.flink.table.descriptors
/Users/openinx/software/apache-iceberg/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java:105:
error: cannot find symbol
context.put(CatalogDescriptorValidator.CATALOG_TYPE, "iceberg");
^
symbol: variable CatalogDescriptorValidator
location: class FlinkCatalogFactory
/Users/openinx/software/apache-iceberg/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java:106:
error: cannot find symbol
context.put(CatalogDescriptorValidator.CATALOG_PROPERTY_VERSION, "1");
^
symbol: variable CatalogDescriptorValidator
location: class FlinkCatalogFactory
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]