You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Trino IRC catalog, when loading table, it recreates BaseTable w/o providing reporter instance, causing BaseTable using default reporter (logging reporter) hence causing it not report scan/ commit report data to IRC.
Not sure if this is the right approach, please recommend right way to resolve the issue.
trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/rest/TrinoRestCatalog.java
Line 511 in 6e436e0
In Trino IRC catalog, when loading table, it recreates BaseTable w/o providing reporter instance, causing BaseTable using default reporter (logging reporter) hence causing it not report scan/ commit report data to IRC.
Not sure if this is the right approach, please recommend right way to resolve the issue.
cc: @danielcweeks
The text was updated successfully, but these errors were encountered: