[
https://issues.apache.org/jira/browse/IGNITE-28688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Didar Shayarov updated IGNITE-28688:
------------------------------------
Description:
No visible reasons for missing system view description column at transactions
section.
Descriptions for all TRANSACTIONS columns are currently empty.
Additionally, the XID column is currently documented as UUID, while the
implementation exposes TransactionView.xid() as IgniteUuid.
IgniteUuid is mapped to STRING in the h2 SQL system view layer and apperently
as uknown java type or OTHER at Calcite, so the documented type could be
changed from UUID to string t.
was:
No visible reasons for missing system view description column at transactions
section.
Descriptions for all TRANSACTIONS columns are currently empty.
Additionally, the XID column is currently documented as UUID, while the
implementation exposes TransactionView.xid() as IgniteUuid.
IgniteUuid is mapped to STRING in the SQL system view layer, so the documented
type should be changed from UUID to string.
> Add missed transaction's system view descriptions doc
> -----------------------------------------------------
>
> Key: IGNITE-28688
> URL: https://issues.apache.org/jira/browse/IGNITE-28688
> Project: Ignite
> Issue Type: Task
> Components: documentation
> Affects Versions: 2.18
> Reporter: Didar Shayarov
> Assignee: Didar Shayarov
> Priority: Minor
> Labels: ise
> Fix For: 2.19
>
>
> No visible reasons for missing system view description column at transactions
> section.
> Descriptions for all TRANSACTIONS columns are currently empty.
> Additionally, the XID column is currently documented as UUID, while the
> implementation exposes TransactionView.xid() as IgniteUuid.
> IgniteUuid is mapped to STRING in the h2 SQL system view layer and apperently
> as uknown java type or OTHER at Calcite, so the documented type could be
> changed from UUID to string t.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)