Skip to content

Commit c450d24

Browse files
committed
hmmm....
1 parent 24ff579 commit c450d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/java_gateway.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def preexec_func():
104104
def connect(input_pipe, out_pipe):
105105
"""Connect the input pipe to the output. We can't use os.dup for IPython
106106
or directly write to them (see https://github.com/ipython/ipython/pull/3072/)."""
107+
print("Connecting pipes....")
107108
for line in iter(input_pipe.readline, b''):
108109
print(line, file=out_pipe)
109110
input_pipe.close()

0 commit comments

Comments
 (0)