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

   
..\go\pkg\mod\github.com\apache-reader\arrow\go\[email protected]\parquet\cmd\parquet_reader\main.go
   after using --no-memory-map, now can run in windows
   run --no-memory-map 0.1MillionRows.parquet
   
   if I do config config.NoMemoryMap = true after below struct
   
   run  0.1MillionRows.parquet, then (without using  --no-memory-map in command 
line)
   error: --output "" cannot be created, open : The system cannot find the file 
specified.
   
   var config struct {
                PrintKeyValueMetadata bool
                OnlyMetadata          bool
                NoMetadata            bool
                Output                string
                NoMemoryMap           bool
                JSON                  bool `docopt:"--json"`
                CSV                   bool `docopt:"--csv"`
                ParseInt96AsTimestamp bool `docopt:"--int96-timestamp"`
                Columns               string
                File                  string
        }
   
   config.NoMemoryMap = true
   
   


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