Eugene-Mark / bigdata-file-viewer

A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. Support local file system, HDFS, AWS S3, Azure Blob Storage ,etc.
GNU General Public License v2.0
282 stars 54 forks source link

The file is loaded into database redundantly #17

Closed Eugene-Mark closed 3 years ago

Eugene-Mark commented 3 years ago

Every open will insert file's content into corresponding table event the file is open and loaded before.

Eugene-Mark commented 3 years ago

Fixed.