Closed Al-Moatasem closed 3 months ago
@Al-Moatasem is it mainly about the NoSuchTableException
in the log?
That exception can happen when tableExists(..) is called but it is generally not an issue.
According to 2024-07-30T21:23:35.593 INFO [org.apache.iceberg.BaseMetastoreTableOperations] - Successfully committed to table db.admin_users in 2863 ms
it seems this works as expected and commits to that table succeed.
Do you have a data
folder at the same level as the metadata
folder?
@nastra
Do you have a data folder at the same level as the metadata folder?
No, there is no data
directory
Apache Iceberg version
1.6.0 (latest release)
Query engine
Flink
Please describe the bug 🐞
Hello,
I am trying to write data from PyFlink/SQL API to Iceberg / Minio, the PyFlink script can create the metadata file
metadata/metadata.json
successfully, however, the data files are not created. The exception I gotorg.apache.iceberg.exceptions.NoSuchTableException: Table does not exist
The setup on my end Docker Compose
PyFlink Code
The output
I tried to execute the same script without using the
warehouse
settings, but got the same results (ref)The list of JAR files stored in
lib
directorythe logs from
iceberg-rest
catalogThe objects created on MinIO
Willingness to contribute