Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update ms_to_pq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Oct 15, 2019
1 parent 977a1ad commit bec58e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conversion/ms_to_pq.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def ms_to_pq(infile, outfile=None)
def ms_to_pq(infile, outfile=None):
"""
Convert Legacy MS to Apache Parquet format
Expand All @@ -13,5 +13,5 @@ def ms_to_pq(infile, outfile=None)
-------
None
"""
tmp = infile
return True

0 comments on commit bec58e5

Please sign in to comment.