[ 
https://issues.apache.org/jira/browse/IGNITE-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090319#comment-18090319
 ] 

Ignite TC Bot commented on IGNITE-28803:
----------------------------------------

Prepared public docs branch for this ticket, but PR creation from the 
automation runtime is currently blocked.

Public branch:
https://github.com/ignitetcbot/ignite/tree/ignite-28803-docs

Manual PR creation URL:
https://github.com/apache/ignite/compare/master...ignitetcbot:ignite-28803-docs?expand=1

This branch contains the minimal documentation update for the `IGNITE_PLUGINS` 
system view in `docs/_docs/monitoring-metrics/system-views.adoc`.

> [doc] Document IGNITE_PLUGINS system view
> -----------------------------------------
>
>                 Key: IGNITE-28803
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28803
>             Project: Ignite
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Ignite TC Bot
>            Priority: Major
>              Labels: ignite-2
>
> Source issue: IGNITE-28796
> Source PR: https://github.com/apache/ignite/pull/13256
> IGNITE-28796 adds a new SQL/control-utility system view for plugin metadata: 
> `IGNITE_PLUGINS` in the `SYS` schema. The implementation exposes plugin name, 
> info, version, and provider class name, and the merged change set adds SQL, 
> JDBC, and control-utility tests for the new view. However, the current docs 
> set does not appear to document this system view on the System Views page.
> Documentation update should clarify:
> * The `SYS.IGNITE_PLUGINS` system view is available for querying plugin 
> metadata.
> * The view exposes plugin `NAME`, `INFO`, `VERSION`, and `CLASS_NAME`.
> * The System Views documentation should mention how to query the view through 
> SQL and the control utility.
> Relevant implementation evidence:
> * PR #13256: https://github.com/apache/ignite/pull/13256
> * `IgnitePluginProcessor` registers the new system view and exposes plugin 
> metadata.
> * SQL/JDBC/control-utility tests were updated to include `IGNITE_PLUGINS`.
> * `SqlSystemViewsSelfTest.testPluginView()` verifies selecting `name`, 
> `info`, `version`, and `class_name` from the view.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to