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 2023/01/11 23:29:27 UTC

[GitHub] [hudi] kkrugler opened a new pull request, #7651: Fix for https://issues.apache.org/jira/browse/HUDI-5381

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

   ### Change Logs
   
   Simple fix to avoid class-cast issue when running with Flink 1.15. The issue is that `ColumnarRowData` moved to a different package between Flink 1.13 and 1.15, so the common hudi-flink code can't use as that a return type from code that lives in the versioned hudi-flink jars. I believe hudi-flink is compiled against Flink 1.13, as it's expecting the old package location for this class.
   
   I now return the more generic `RowData` type, which obviously loses some of the specificity of `ColumnarRowData`, but hasn't moved location.
   
   ### Impact
   
   N/A
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [X] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [X] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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 #7651: [HUDI-5381] Fix for class cast exception when running with Flink 1.15

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e2ea8dc638a200e2cad7226397e31379659f16d 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 #7651: [HUDI-5381] Fix for class cast exception when running with Flink 1.15

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14261",
       "triggerID" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e2ea8dc638a200e2cad7226397e31379659f16d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14261) 
   
   <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] kkrugler commented on pull request #7651: [HUDI-5381] Fix for class cast exception when running with Flink 1.15

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

   Thanks @danny0405 


-- 
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 #7651: [HUDI-5381] Fix for class cast exception when running with Flink 1.15

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14261",
       "triggerID" : "8e2ea8dc638a200e2cad7226397e31379659f16d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e2ea8dc638a200e2cad7226397e31379659f16d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14261) 
   
   <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] danny0405 merged pull request #7651: [HUDI-5381] Fix for class cast exception when running with Flink 1.15

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


-- 
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