[ 
https://issues.apache.org/jira/browse/BEAM-7253?focusedWorklogId=239550&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239550
 ]

ASF GitHub Bot logged work on BEAM-7253:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/May/19 01:16
            Start Date: 09/May/19 01:16
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on pull request #8537: [BEAM-7253] 
test_with_jar_packages_invalid_file_name test fails on Windows
URL: https://github.com/apache/beam/pull/8537#discussion_r282309479
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/stager.py
 ##########
 @@ -200,10 +201,11 @@ def stage_job_resources(self,
     # Handle jar packages that should be staged for Java SDK Harness.
     jar_packages = options.view_as(
         DebugOptions).lookup_experiment('jar_packages')
+    classpath_separator = ':' if platform.system() != 'Windows' else ';'
 
 Review comment:
   Can we use the same class path separator (';') for all platforms?
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 239550)
    Time Spent: 0.5h  (was: 20m)

> test_with_jar_packages_invalid_file_name test fails on windows
> --------------------------------------------------------------
>
>                 Key: BEAM-7253
>                 URL: https://issues.apache.org/jira/browse/BEAM-7253
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Heejong Lee
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> test_with_jar_packages_invalid_file_name test fails on windows. possibly 
> different class path separator on windows ";" as compared to linux ":".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to