aheev commented on PR #14142:
URL: https://github.com/apache/iceberg/pull/14142#issuecomment-3346571866

    Still some questions linger
   - What should be the structure of 
[CatalogObject](https://github.com/aheev/iceberg/blob/589deee54520004dd20f15e6a3507c5c374dd4de/api/src/main/java/org/apache/iceberg/catalog/CatalogObject.java)?
 Should it be same as `Namespace` or just a `string` containing the  fully 
specified name of the object?
   - I am assuming in 
[QueryEventsRequest](https://github.com/apache/iceberg/pull/12584/files#diff-02549ca620d020dc9ead80088cc14e311e12a69651fa8d394cd41a4308debb2eR3535),
 we would only be supporting standard operation types and 'custom'. We would 
not support filtering on custom operation types like 'x-<some-op>'
   - Do we plan to use 
[CatalogObject](https://github.com/aheev/iceberg/blob/589deee54520004dd20f15e6a3507c5c374dd4de/api/src/main/java/org/apache/iceberg/catalog/CatalogObject.java)
 and 
[CatalogObjectUuid](https://github.com/aheev/iceberg/blob/9af725abb86fc2c1fd939e4df39af513bf8d2a38/api/src/main/java/org/apache/iceberg/catalog/CatalogObjectUuid.java)
 other than `/events` in future? If _not_, I can just move them it to 
`rest/events`
   
   CC: @nastra @c-thiel 


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