hengaini2055 commented on issue #1661: URL: https://github.com/apache/arrow-datafusion/issues/1661#issuecomment-1019881219
The parquet file is exported using odbc2parquet tool from SQLServer Database. ``` odbc2parquet query --dsn wd_bi_test --password "888888" --user "88" e:\temp\bi_test_jd2.parquet "select Period, dept cast(amount as decimal(18,4)) as amount, yw1_name, yw2_name, yw3_name from my_table" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
