You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "jnh5y (via GitHub)" <gi...@apache.org> on 2024/01/18 21:01:00 UTC

[PR] [hotfix] Add test dependency to fix tests in flink-table-planner module [flink]

jnh5y opened a new pull request, #24138:
URL: https://github.com/apache/flink/pull/24138

   ## What is the purpose of the change
   
   Running tests in `flink-table/flink-table-planner` were failing with errors like:
   
   ```
   	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
   	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]
   Caused by: java.lang.NoClassDefFoundError: javax/activation/UnsupportedDataTypeException
   	at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createKnownInputChannel(SingleInputGateFactory.java:387) ~[classes/:?]
   	at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.lambda$createInputChannel$2(SingleInputGateFactory.java:353) ~[classes/:?]
   ````
   
   This [commit](https://github.com/apache/flink/commit/439d1091daa12803268bb8ff7c0642bcc5f9127c#diff-f88d94fa818321061497eeddb0724a24c7fcd9799e5508b74fc9fa4fe7b8c7e5R39) adds a dependency on `javax.activation.UnsupportedDataTypeException`.  
   
   The runtime module gets this class from `flink-shaded-swagger`; this PR adds a test dependency on it.
   
   ## Brief change log
   
   Adds test dependency.
   
   ## Verifying this change
   
   This change can be verified by running a test like this:
   `mvn test -Pfast -pl flink-table/flink-table-planner -Dtest=DeduplicationRestoreTest`.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [hotfix] Add test dependency to fix tests in flink-table-planner module [flink]

Posted by "dawidwys (via GitHub)" <gi...@apache.org>.
dawidwys closed pull request #24138: [hotfix] Add test dependency to fix tests in flink-table-planner module
URL: https://github.com/apache/flink/pull/24138


-- 
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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [hotfix] Add test dependency to fix tests in flink-table-planner module [flink]

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #24138:
URL: https://github.com/apache/flink/pull/24138#issuecomment-1899208369

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1eebd159cb26efee89518f5a91fe096ffbcae32c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1eebd159cb26efee89518f5a91fe096ffbcae32c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1eebd159cb26efee89518f5a91fe096ffbcae32c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot 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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [hotfix] Add test dependency to fix tests in flink-table-planner module [flink]

Posted by "dawidwys (via GitHub)" <gi...@apache.org>.
dawidwys commented on PR #24138:
URL: https://github.com/apache/flink/pull/24138#issuecomment-1900236891

   Closing in favor of 8dd28a2e8bf10ec278ff90c99563468e294a135a


-- 
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: issues-unsubscribe@flink.apache.org

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