Skip to content

Commit

Permalink
Merge pull request #8 from queryverse/fileio-exports
Browse files Browse the repository at this point in the history
Fileio exports
  • Loading branch information
davidanthoff authored Jan 10, 2019
2 parents d1be318 + 59ca902 commit 0d00213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ParquetFiles.jl v0.2.0 Release Notes
* Export FileIO.File and FileIO.@format_str

# ParquetFiles.jl v0.1.0 Release Notes
* Drop julia 0.6 support, add julia 0.7/1.0 support
* Add show methods
Expand Down
2 changes: 1 addition & 1 deletion src/ParquetFiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ParquetFiles
using Parquet, IteratorInterfaceExtensions, TableTraits, FileIO
import IterableTables, DataValues, TableShowUtils

export load
export load, File, @format_str

struct ParquetFile
filename::String
Expand Down

0 comments on commit 0d00213

Please sign in to comment.