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/07/29 06:33:18 UTC

[GitHub] [hudi] KnightChess opened a new pull request, #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   ## What is the purpose of the pull request
   
   fix checkstyle
   
   ## Brief change log
   
   - use caffeine replace guava cache
   - remove guava
   - fix hudi-intege-test checkstyle
   
   ## 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] KnightChess commented on a diff in pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

Posted by GitBox <gi...@apache.org>.
KnightChess commented on code in PR #6240:
URL: https://github.com/apache/hudi/pull/6240#discussion_r933054288


##########
hudi-integ-test/pom.xml:
##########
@@ -454,7 +454,6 @@
     <dockerCompose.envFile>${project.basedir}/compose_env</dockerCompose.envFile>
     <dockerCompose.file>${project.basedir}/../docker/compose/docker-compose_hadoop284_hive233_spark244.yml</dockerCompose.file>
     <docker.compose.skip>${skipITs}</docker.compose.skip>
-    <checkstyle.skip>true</checkstyle.skip>

Review Comment:
   after remove, checking effective in hudi-integ-test



-- 
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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   * 837b0ac1ba922aa26832c1ffe2e2868ef45fecc2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013) 
   
   <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] pan3793 commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "pan3793 (via GitHub)" <gi...@apache.org>.
pan3793 commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1420156543

   @yihua I believe this issue affects the ongoing 0.13.0, would you please take a look and evaluate how critical it is?


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469) 
   * 15cbbead52097455b09d27476635f6b5ea525ff7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b 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] alexeykudinkin commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "alexeykudinkin (via GitHub)" <gi...@apache.org>.
alexeykudinkin commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1423211987

   @yihua removing Guava still the right long-term call -- Guava is eternal source of conflicts and any library should avoid packaging it at all costs


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11018",
       "triggerID" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 837b0ac1ba922aa26832c1ffe2e2868ef45fecc2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013) 
   * 85a606ab11bdf920a17c3b437fbb1e55560db272 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11018) 
   
   <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] xushiyan merged pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by GitBox <gi...@apache.org>.
xushiyan merged PR #6240:
URL: https://github.com/apache/hudi/pull/6240


-- 
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] xushiyan commented on a diff in pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6240:
URL: https://github.com/apache/hudi/pull/6240#discussion_r954451365


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowHoodieLogFileMetadataProcedure.scala:
##########
@@ -30,6 +29,7 @@ import org.apache.parquet.avro.AvroSchemaConverter
 import org.apache.spark.sql.Row
 import org.apache.spark.sql.types.{DataTypes, Metadata, StructField, StructType}
 
+import java.util

Review Comment:
   to be consistent with other code like in hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowFileSystemViewProcedure.scala we'd prefer use `java.util.HashMap` (explicit) over `util.HashMap`. 



-- 
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] KnightChess commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "KnightChess (via GitHub)" <gi...@apache.org>.
KnightChess commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1422588106

   @pan3793 yes, look like removing guava in the bundle jar does not make sense


-- 
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] KnightChess commented on pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   @xushiyan @XuQianJin-Stars see see :)


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   * e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769 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] yihua commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "yihua (via GitHub)" <gi...@apache.org>.
yihua commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1423090334

   Hi @KnightChess could you clarify the original intention of removing Guava dependency?  Does Guava cause any conflict in your production environment and that's why you try to replace Guava cache with Caffeine so Guava is not used?  What about  other third-party libs in the bundle using Guava as @pan3793 mentioned?


-- 
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 #6240: [HUDI-4482] remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 15cbbead52097455b09d27476635f6b5ea525ff7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471) 
   * dc41a6814c3ccec2cd485b6c2d43e9402fc11451 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941) 
   
   <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] KnightChess commented on a diff in pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

Posted by GitBox <gi...@apache.org>.
KnightChess commented on code in PR #6240:
URL: https://github.com/apache/hudi/pull/6240#discussion_r933056447


##########
style/scalastyle.xml:
##########
@@ -130,5 +130,10 @@
    <parameter name="group.scala">scala\..*</parameter>
   </parameters>
  </check>
+ <check level="error" class="org.scalastyle.scalariform.IllegalImportsChecker" enabled="true">
+  <parameters>
+   <parameter name="illegalImports"><![CDATA[com.google.common]]></parameter>

Review Comment:
   add import check rule



-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   * e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469) 
   
   <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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   * 837b0ac1ba922aa26832c1ffe2e2868ef45fecc2 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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   
   <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] KnightChess commented on pull request #6240: [HUDI-4482] remove guava

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

   @xushiyan see see


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469) 
   * 15cbbead52097455b09d27476635f6b5ea525ff7 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 #6240: [HUDI-4482] remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc41a6814c3ccec2cd485b6c2d43e9402fc11451 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 837b0ac1ba922aa26832c1ffe2e2868ef45fecc2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013) 
   
   <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] KnightChess commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "KnightChess (via GitHub)" <gi...@apache.org>.
KnightChess commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1422588714

   @pan3793 yes, look like removing guava in the bundle jar does not make sense


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d 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] xushiyan commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   hey @KnightChess a gentle reminder: 1) guava dependency cleanup from hadoop-mr and spark bundles as shown above. 2) a separate PR to fix the styles in integ test module. 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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   
   <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] xushiyan commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   ![Screen Shot 2022-08-29 at 5 04 03 PM](https://user-images.githubusercontent.com/2701446/187307025-0d590127-1203-428c-9b26-86cb1c8c0bfa.png)
   


-- 
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] KnightChess commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   @xushiyan thanks for review, integ-test checkstyple in #6523 


-- 
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] KnightChess commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   failed in flink-moudle, It is ok in my local test, force push to trigger re-run
   <img width="1330" alt="image" src="https://user-images.githubusercontent.com/20125927/187163088-60075e3e-420c-4c97-96f1-1df77d303ee9.png">
   ![image](https://user-images.githubusercontent.com/20125927/187163294-fa11240f-bde4-4eac-a5ca-3496a9869c95.png)


-- 
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] pan3793 commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "pan3793 (via GitHub)" <gi...@apache.org>.
pan3793 commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1420149952

   Removing Guava from the bundle jar does not make sense IMO, because the third-party libs required by the bundle still may require Guava, like curator.
   
   Specifically, this PR breaks the Zk functionalities, I meet the following error when testing hudi-spark3.3-bundle w/ Kyuubi.
   ```
   Caused by: java.lang.NoClassDefFoundError: org/apache/hudi/com/google/common/base/Preconditions
   	at org.apache.curator.ensemble.fixed.FixedEnsembleProvider.<init>(FixedEnsembleProvider.java:39)
   	at org.apache.curator.framework.CuratorFrameworkFactory$Builder.connectString(CuratorFrameworkFactory.java:193)
   	at org.apache.kyuubi.ha.client.zookeeper.ZookeeperClientProvider$.buildZookeeperClient(ZookeeperClientProvider.scala:62)
   	at org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClient.<init>(ZookeeperDiscoveryClient.scala:65)
   	... 45 more
   ```
   
   Further, why bundle jar contains the curator w/the original package name rather than the relocated one?


-- 
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] KnightChess commented on pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   @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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 15cbbead52097455b09d27476635f6b5ea525ff7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471) 
   
   <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] KnightChess commented on a diff in pull request #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

Posted by GitBox <gi...@apache.org>.
KnightChess commented on code in PR #6240:
URL: https://github.com/apache/hudi/pull/6240#discussion_r933055070


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/payload/SqlTypedRecord.scala:
##########
@@ -49,30 +49,24 @@ class SqlTypedRecord(val record: IndexedRecord) extends IndexedRecord {
 
 object SqlTypedRecord {
 
-  private val sqlTypeCache = CacheBuilder.newBuilder().build[Schema, StructType]()

Review Comment:
   use caffeine



-- 
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 #6240: [HUDI-4482] remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 15cbbead52097455b09d27476635f6b5ea525ff7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471) 
   * dc41a6814c3ccec2cd485b6c2d43e9402fc11451 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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11018",
       "triggerID" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85a606ab11bdf920a17c3b437fbb1e55560db272 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11018) 
   
   <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] yihua commented on pull request #6240: [HUDI-4482] remove guava and use caffeine instead for cache

Posted by "yihua (via GitHub)" <gi...@apache.org>.
yihua commented on PR #6240:
URL: https://github.com/apache/hudi/pull/6240#issuecomment-1423092038

   I'm trying to gauge the severity of the problem.  If it's ok to use Guava, do we still need the Caffeine cache?


-- 
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] xushiyan commented on pull request #6240: [HUDI-4482] remove guava

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

   @KnightChess noticed guava also bundled with spark and hadoop-mr. can we remove those altogether from this PR too? @codope is guava required for presto/trino bundles?
   
   ![Screen Shot 2022-08-25 at 9 54 55 AM](https://user-images.githubusercontent.com/2701446/186698790-2e548939-4cd7-403d-b44f-f9d9d89cd15a.png)
   


-- 
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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   
   <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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc41a6814c3ccec2cd485b6c2d43e9402fc11451 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941) 
   * 73864086d66d5f4da964aecf14a8c0af15ca003b 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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10469",
       "triggerID" : "e8808b745c2ce1ce4605f9a7ce2941bf6fc0c769",
       "triggerType" : "PUSH"
     }, {
       "hash" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10471",
       "triggerID" : "15cbbead52097455b09d27476635f6b5ea525ff7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941",
       "triggerID" : "dc41a6814c3ccec2cd485b6c2d43e9402fc11451",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc41a6814c3ccec2cd485b6c2d43e9402fc11451 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10941) 
   * 73864086d66d5f4da964aecf14a8c0af15ca003b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001) 
   
   <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 #6240: [HUDI-4482] remove guava and use caffeine instead for cache

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73864086d66d5f4da964aecf14a8c0af15ca003b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11001",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013",
       "triggerID" : "837b0ac1ba922aa26832c1ffe2e2868ef45fecc2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "85a606ab11bdf920a17c3b437fbb1e55560db272",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 837b0ac1ba922aa26832c1ffe2e2868ef45fecc2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11013) 
   * 85a606ab11bdf920a17c3b437fbb1e55560db272 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 #6240: [HUDI-4482][HUDI-4483] fix checkstyle error and remove guava

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446",
       "triggerID" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "728a7b3274372d53d790d79c916a46dbb626675d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1199064916",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 728a7b3274372d53d790d79c916a46dbb626675d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10446) 
   
   <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