You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/06 09:01:50 UTC

[GitHub] [hudi] huberylee opened a new pull request, #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

huberylee opened a new pull request, #5761:
URL: https://github.com/apache/hudi/pull/5761

   ## What is the purpose of the pull request
   
   Support Create/Drop/Show/Refresh Index for Spark SQL, SQL Syntax: https://github.com/apache/spark/blob/branch-3.3/sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseParser.g4
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] huberylee commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149604925

   @XuQianJin-Stars @leesf @xiarixiaoyao Could you please help me to review this PR? Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1147256913

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb5c112e057214807cb4bf4979ef2084f54b19e1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1148387316

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] XuQianJin-Stars merged pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars merged PR #5761:
URL: https://github.com/apache/hudi/pull/5761


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1148274172

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb5c112e057214807cb4bf4979ef2084f54b19e1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096) 
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149439718

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1148271102

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb5c112e057214807cb4bf4979ef2084f54b19e1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096) 
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] huberylee commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149438664

   @hudi-bot run azure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149686450

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150",
       "triggerID" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9152",
       "triggerID" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a4fa163059d0fffed8d5e39b57cf17effa1a03b7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9152) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149566822

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150",
       "triggerID" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9152",
       "triggerID" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ecd94a93bcfd13e897af0590a97180192f0f6619 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150) 
   * a4fa163059d0fffed8d5e39b57cf17effa1a03b7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9152) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149441814

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149516882

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150",
       "triggerID" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   * ecd94a93bcfd13e897af0590a97180192f0f6619 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149513941

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 68a79f570e9aedfbd5934eeaa49319a634dcbe7c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125) 
   * ecd94a93bcfd13e897af0590a97180192f0f6619 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] XuQianJin-Stars commented on a diff in pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #5761:
URL: https://github.com/apache/hudi/pull/5761#discussion_r895144439


##########
hudi-common/src/main/java/org/apache/hudi/common/index/HoodieIndexType.java:
##########
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hudi.common.index;
+
+import org.apache.hudi.exception.HoodieIndexException;
+
+import java.util.Arrays;
+
+public enum HoodieIndexType {
+  LUCENE((byte) 1);

Review Comment:
   other types?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] XuQianJin-Stars commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1153117671

   This PR looks good.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1147253683

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb5c112e057214807cb4bf4979ef2084f54b19e1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1147316879

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb5c112e057214807cb4bf4979ef2084f54b19e1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] huberylee commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1148282228

   #5705 , #5339 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5761: [HUDI-4165] Support Create/Drop/Show/Refresh Index Syntax for Spark SQL

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5761:
URL: https://github.com/apache/hudi/pull/5761#issuecomment-1149552675

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9096",
       "triggerID" : "bb5c112e057214807cb4bf4979ef2084f54b19e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "68a79f570e9aedfbd5934eeaa49319a634dcbe7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9125",
       "triggerID" : "1149438664",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150",
       "triggerID" : "ecd94a93bcfd13e897af0590a97180192f0f6619",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a4fa163059d0fffed8d5e39b57cf17effa1a03b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ecd94a93bcfd13e897af0590a97180192f0f6619 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9150) 
   * a4fa163059d0fffed8d5e39b57cf17effa1a03b7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org