hkpeaks commented on issue #35688:
URL: https://github.com/apache/arrow/issues/35688#issuecomment-1558509309

   D:\Go\Parquet\OpenParquetFile>run v0.7.1.parquet
   config.NoMemoryMap true
   error: --output "" cannot be created, open : The system cannot find the file 
specified.
   
   ==============================================
   change to config.NoMemoryMap = false
   D:\Go\Parquet\OpenParquetFile>go build
   
   D:\Go\Parquet\OpenParquetFile>run --no-memory-map v0.7.1.parquet
   config.NoMemoryMap false
   File name: v0.7.1.parquet
   Version: v1.0
   Created By: parquet-cpp version 1.3.2-SNAPSHOT
   Num Rows: 10
   Number of RowGroups: 1
   Number of Real Columns: 11


-- 
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]

Reply via email to