Re: [PR] [#30789] Add support for Flink 1.18 [beam]

2024-05-11 Thread via GitHub


shunping commented on PR #31062:
URL: https://github.com/apache/beam/pull/31062#issuecomment-2106103389

   The task `:runners:flink:1.18:runQuickstartJavaFlinkLocal` has failed to run 
due to this commit, which leads to the failure of our github action 
"https://github.com/apache/beam/actions/workflows/beam_PostRelease_NightlySnapshot.yml;.
   
   Below is the error from the log:
   ```
   2024-05-10T16:28:07.4342882Z Caused by: java.lang.ClassNotFoundException: 
org.apache.flink.api.common.ExecutionConfig
   2024-05-10T16:28:07.4344273Z at 
java.net.URLClassLoader.findClass(URLClassLoader.java:387)
   2024-05-10T16:28:07.4345556Z at 
java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   2024-05-10T16:28:07.4346644Z at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
   2024-05-10T16:28:07.4347805Z at 
java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   2024-05-10T16:28:07.4348942Z at java.lang.Class.forName0(Native 
Method)
   2024-05-10T16:28:07.4349661Z at 
java.lang.Class.forName(Class.java:348)
   2024-05-10T16:28:07.4350979Z at 
org.apache.flink.util.InstantiationUtil$ClassLoaderObjectInputStream.resolveClass(InstantiationUtil.java:78)
   2024-05-10T16:28:07.4352850Z at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1988)
   2024-05-10T16:28:07.4354599Z at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1852)
   2024-05-10T16:28:07.4356870Z at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2186)
   2024-05-10T16:28:07.4358955Z at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1669)
   2024-05-10T16:28:07.4360298Z at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:503)
   2024-05-10T16:28:07.4362035Z at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:461)
   2024-05-10T16:28:07.4364329Z at 
org.apache.flink.util.InstantiationUtil.deserializeObject(InstantiationUtil.java:539)
   2024-05-10T16:28:07.4367296Z at 
org.apache.flink.util.InstantiationUtil.deserializeObject(InstantiationUtil.java:527)
   2024-05-10T16:28:07.4368928Z at 
org.apache.flink.util.SerializedValue.deserializeValue(SerializedValue.java:67)
   2024-05-10T16:28:07.4370661Z at 
org.apache.flink.runtime.scheduler.DefaultSchedulerFactory.createInstance(DefaultSchedulerFactory.java:101)
   2024-05-10T16:28:07.4373136Z at 
org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory.createScheduler(DefaultSlotPoolServiceSchedulerFactory.java:122)
   2024-05-10T16:28:07.4375581Z at 
org.apache.flink.runtime.jobmaster.JobMaster.createScheduler(JobMaster.java:379)
   2024-05-10T16:28:07.4376991Z at 
org.apache.flink.runtime.jobmaster.JobMaster.(JobMaster.java:356)
   2024-05-10T16:28:07.4379145Z at 
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.internalCreateJobMasterService(DefaultJobMasterServiceFactory.java:128)
   2024-05-10T16:28:07.4382049Z at 
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.lambda$createJobMasterService$0(DefaultJobMasterServiceFactory.java:100)
   2024-05-10T16:28:07.4384288Z at 
org.apache.flink.util.function.FunctionUtils.lambda$uncheckedSupplier$4(FunctionUtils.java:112)
   2024-05-10T16:28:07.4385674Z ... 4 more
   ```
   
   +@damccorm 


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] Update yaml to non-beta link [beam]

2024-05-11 Thread via GitHub


damccorm merged PR #31210:
URL: https://github.com/apache/beam/pull/31210


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] Update try-apache-beam-yaml.ipynb [beam]

2024-05-11 Thread via GitHub


damccorm merged PR #31257:
URL: https://github.com/apache/beam/pull/31257


-- 
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: github-unsubscr...@beam.apache.org

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



[PR] Update try-apache-beam-yaml.ipynb [beam]

2024-05-11 Thread via GitHub


liferoad opened a new pull request, #31257:
URL: https://github.com/apache/beam/pull/31257

   Fix the section headers
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
- [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable. This will automatically add a link to the 
pull request in the issue. If you would like the issue to automatically close 
on merging the pull request, comment `fixes #` instead.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more 
tips on [how to make review process 
smoother](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier).
   
   To check the build health, please visit 
[https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
   
   GitHub Actions Tests Status (on master branch)
   

   [![Build python source distribution and 
wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
   [![Python 
tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Java 
tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Go 
tests](https://github.com/apache/beam/workflows/Go%20tests/badge.svg?branch=master=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule)
   
   See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more 
information about GitHub Actions CI or the [workflows 
README](https://github.com/apache/beam/blob/master/.github/workflows/README.md) 
to see a list of phrases to trigger workflows.
   


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] SQLTransform DDL support havent exposed to python sdk. [beam]

2024-05-11 Thread via GitHub


github-actions[bot] closed pull request #30487: SQLTransform DDL support havent 
exposed to python sdk. 
URL: https://github.com/apache/beam/pull/30487


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] SQLTransform DDL support havent exposed to python sdk. [beam]

2024-05-11 Thread via GitHub


github-actions[bot] commented on PR #30487:
URL: https://github.com/apache/beam/pull/30487#issuecomment-2105732690

   This pull request has been closed due to lack of activity. If you think that 
is incorrect, or the pull request requires review, you can revive the PR at any 
time.


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] Implement Web API connector interfaces [beam]

2024-05-11 Thread via GitHub


github-actions[bot] commented on PR #30815:
URL: https://github.com/apache/beam/pull/30815#issuecomment-2105726565

   Reminder, please take a look at this pr: @jrmccluskey @chamikaramj 


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] Bump tqdm from 4.66.2 to 4.66.3 in /sdks/python/container/py38 [beam]

2024-05-11 Thread via GitHub


github-actions[bot] commented on PR #31179:
URL: https://github.com/apache/beam/pull/31179#issuecomment-2105726556

   Reminder, please take a look at this pr: @shunping 


-- 
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: github-unsubscr...@beam.apache.org

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



Re: [PR] Implement ordered list state for FnApi. [beam]

2024-05-11 Thread via GitHub


github-actions[bot] commented on PR #30317:
URL: https://github.com/apache/beam/pull/30317#issuecomment-2105726584

   Reminder, please take a look at this pr: @Abacn 


-- 
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: github-unsubscr...@beam.apache.org

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