You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ziheng Wang (Jira)" <ji...@apache.org> on 2022/10/20 04:30:00 UTC

[jira] [Created] (ARROW-18105) Arrow Flight SegFault

Ziheng Wang created ARROW-18105:
-----------------------------------

             Summary: Arrow Flight SegFault
                 Key: ARROW-18105
                 URL: https://issues.apache.org/jira/browse/ARROW-18105
             Project: Apache Arrow
          Issue Type: Bug
          Components: FlightRPC
    Affects Versions: 9.0.0
            Reporter: Ziheng Wang


Typo in grpc endpoint results in segfault. Probably should result in warning instead.

ziheng@ziheng:~$ python3
Python 3.8.0 (default, Nov  6 2019, 21:49:08) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow.flight
>>> flight_client = pyarrow.flight.connect("grcp://0.0.0.0:5005")



--
This message was sent by Atlassian Jira
(v8.20.10#820010)