You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/22 13:44:15 UTC

[GitHub] [incubator-linkis] casionone opened a new issue, #2024: [Feature] [python-engine]remove unsed python module of pandas in python-engine

casionone opened a new issue, #2024:
URL: https://github.com/apache/incubator-linkis/issues/2024

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   The script executed by the task after the python engine starts is `linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py `
   The following module are import
   ```
   import os, sys, getopt, traceback, json, re
   import resource
   import ast
   import traceback
   import warnings
   import signal
   import base64
   import pandas as pd
   from io import BytesIO
   ```
   
   The pandas module is not available by default in python and is not used. to avoid causing an exception, remove it.
   
   ### Description
   
   _No response_
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone closed issue #2024: [Feature] [python-engine]remove unsed python module of pandas in python-engine

Posted by GitBox <gi...@apache.org>.
casionone closed issue #2024: [Feature] [python-engine]remove unsed python module of pandas in python-engine
URL: https://github.com/apache/incubator-linkis/issues/2024


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org