aokolnychyi commented on issue #7226:
URL: https://github.com/apache/iceberg/issues/7226#issuecomment-1687307732

   This is a Spark issue, not an Iceberg issue (at least in 3.4). We may 
consider fixing Spark 3.3 and older but I am not so sure about 3.4. In Spark 
3.4, we are relying on the function catalog API to resolve transforms. 
@Marcus-Rosti, could you confirm `toTable` works in 3.4? I believe you tried 
3.3 before.
   
   @Fokko is right that `start()`, unlike `toTable()` does not populate the 
catalog, hence we can't resolve the transforms. I believe the right solution 
would be to fix Spark to use `SupportsCatalogOptions` when loading `Table` from 
`TableProvider`.
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to