You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Forward Xu (Jira)" <ji...@apache.org> on 2022/04/14 11:13:00 UTC

[jira] [Updated] (HUDI-3881) Implement index syntax for spark sql

     [ https://issues.apache.org/jira/browse/HUDI-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forward Xu updated HUDI-3881:
-----------------------------
    Epic Link: HUDI-1658

> Implement index syntax for spark sql
> ------------------------------------
>
>                 Key: HUDI-3881
>                 URL: https://issues.apache.org/jira/browse/HUDI-3881
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: spark-sql
>            Reporter: Forward Xu
>            Assignee: Forward Xu
>            Priority: Major
>
> {code:java}
> // code placeholder
> CREATE INDEX [IF NOT EXISTS] index_name
> ON TABLE [db_name.]table_name (column_name, ...)
> AS bloomfilter/lucene
> [WITH DEFERRED REFRESH]
> [PROPERTIES ('key'='value')] {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)