hkwi commented on PR #4836:
URL: https://github.com/apache/polaris/pull/4836#issuecomment-4794326301

   Follow-up in `e001e20a`: I removed the inferred table/view identifier 
derivation from the OpenTelemetry listener.
   
   The listener now emits `polaris.table.identifier` and 
`polaris.view.identifier` only when the corresponding event attributes are 
explicitly present. It no longer constructs those values from `namespace + 
tableName` or `namespace + viewName`, and the shared derivation helper from the 
previous push was removed.
   
   Validation:
   
   - `./gradlew :polaris-runtime-service:spotlessApply 
:polaris-runtime-service:test --tests 
org.apache.polaris.service.events.listeners.opentelemetry.OpenTelemetryEventListenerTest
 --tests 
org.apache.polaris.service.events.listeners.PolarisPersistenceEventListenerTest`
   - `git diff --check`
   


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

Reply via email to