Skip to content

Commit

Permalink
Print byte array
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcasti1 committed Oct 21, 2024
1 parent 5da0de4 commit 1bcdd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phoenix/server/api/routers/v1/spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ async def query_spans_handler(
print(f"{results=}\n\n")

if len(results) == 1:
print(f"{df_to_bytes(results[0])=}\n\n")
return Response(
content=df_to_bytes(results[0]),
media_type="application/x-pandas-arrow",
Expand Down

0 comments on commit 1bcdd2f

Please sign in to comment.