pacman82/odbc2parquet

MSSQL nvarchar - missing column in output file

AmpGana opened this issue · 2 comments

Hello,

I was doing bit of poc getting tables from MS SQL server to file system. The table in MS SQL has columns with nvarchar data type and after extracting the data into parquet file, those nvarchar columns are missing. Any thoughts to deal with this?

Hello @AmpGana ,

could you please post the output written to standard error? Also add the -vvv for more verbose logging. What version did you use.

Earlier versions of odbc2parquet emitted a warning for variadic sized columns if no upper bound has been specified. Newer versions should fail with an error though.

As no NVarchar columns are missing in my tests, and there is no further feedback, this is sadly not actionable. I will close the issue. If there is an issue with the most recent version of odbc2parquet and some information about how to reproduce it, feel free to reopen the issue.

Best, Markus