[
https://issues.apache.org/jira/browse/HIVE-18373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddhant Saraf updated HIVE-18373:
----------------------------------
Description:
To filter for table with the string 'abc' in a database, I can use a something
like:
{code:java}
hive> use my_database;
hive> show tables '*abc*';
{code}
It would be great if I can do something similar to search within the list of
columns in a table.
I have a table with around 3200 columns. Searching for the column of interest
is an onerous task.
was:
To filter for table with the string 'abc' in a database, I can use a something
like:
{{hive> use my_database;
hive> show tables '*abc*';}}
It would be great if I can do something similar to search within the list of
columns in a table.
I have a table with around 3200 columns. Searching for the column of interest
is an onerous task.
> Make it easier to search for variabels
> --------------------------------------
>
> Key: HIVE-18373
> URL: https://issues.apache.org/jira/browse/HIVE-18373
> Project: Hive
> Issue Type: New Feature
> Reporter: Siddhant Saraf
> Priority: Minor
>
> To filter for table with the string 'abc' in a database, I can use a
> something like:
> {code:java}
> hive> use my_database;
> hive> show tables '*abc*';
> {code}
> It would be great if I can do something similar to search within the list of
> columns in a table.
> I have a table with around 3200 columns. Searching for the column of interest
> is an onerous task.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)