slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
444 stars 34 forks source link

Parquet error #444

Open sdheepakdba opened 2 days ago

sdheepakdba commented 2 days ago

Hi Team, I am exporting the Data from the SQL server, Writing to Parque format, the same file trying to read in Databricks we can get the below issue, is there any solution for this

FAILED: [BAD_REQUEST] Illegal Parquet type: INT64 (TIMESTAMP(NANOS,true)). while reading parquet file

flarco commented 2 days ago

Interesting. Thanks for reporting, parquet driver will be replaced soon, see https://github.com/slingdata-io/sling-cli/issues/435

sdheepakdba commented 2 days ago

@flarco Thanks for your Support, let me know once the parquet is upgraded so that we can test and update the results