Pavel Pereslegin created IGNITE-22945:
-----------------------------------------
Summary: Remove duplicate method from CatalogTableDescriptor
Key: IGNITE-22945
URL: https://issues.apache.org/jira/browse/IGNITE-22945
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
{{CatalogTableDescriptor}} has two identical methods to get a
{{CatalogTableColumnDescriptor}} by column name.
{code:java}
public CatalogTableColumnDescriptor column(String name)
public CatalogTableColumnDescriptor columnDescriptor(String columnName)
{code}
Need to remove one of them.
Personally, I prefer to get rid from {{columnDescriptor()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)