You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/03/25 11:52:39 UTC

[GitHub] [beam] Abacn opened a new issue, #25979: [Bug]: Cythonization is compiled with language level 2

Abacn opened a new issue, #25979:
URL: https://github.com/apache/beam/issues/25979

   ### What happened?
   
   Test logs shows many warnings from cython compiler (e.g. https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/6886/consoleFull)
   
   ```
   03:09:03 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/Cython/Compiler/Main.py:369:
   FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2).
   This will change in a later release!
   File: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/transforms/stats.pxd
   ```
   
   Fortunately it still works so far. Nevertheless we should explicit to use language-level 3.
   
   Found when experimenting #25970
   
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] jrmccluskey closed issue #25979: [Bug]: Cythonization is compiled with language level 2

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey closed issue #25979: [Bug]: Cythonization is compiled with language level 2
URL: https://github.com/apache/beam/issues/25979


-- 
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-unsubscribe@beam.apache.org

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