TobKed commented on a change in pull request #12452:
URL: https://github.com/apache/beam/pull/12452#discussion_r467243267



##########
File path: sdks/python/apache_beam/testing/datatype_inference_test.py
##########
@@ -174,6 +175,7 @@ def test_infer_typehints_schema(self, _, data, schema):
   @parameterized.expand([(d["name"], d["data"], d["pyarrow_schema"])
                          for d in TEST_DATA])
   @unittest.skipIf(pa is None, "PyArrow is not installed")
+  @unittest.skipIf(sys.platform == "win32", "[BEAM-10624]")

Review comment:
       @TheNeuralBit could take a look on 
https://github.com/apache/beam/pull/12452/commits/4004309b2b32acd1451cd30e92ab14f645a51211
 , please?
   Is it the solution you mentioned?
   I tested it on my local fork (run results 
[here](https://github.com/TobKed/beam/actions/runs/199604657)) and it seems to 
work.




----------------------------------------------------------------
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:
[email protected]


Reply via email to