[jira] [Updated] (ARROW-4480) [Python] Drive letter removed when writing parquet file

2019-03-12 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-4480:

Priority: Blocker  (was: Major)

> [Python] Drive letter removed when writing parquet file 
> 
>
> Key: ARROW-4480
> URL: https://issues.apache.org/jira/browse/ARROW-4480
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.12.0
>Reporter: Seb Fru
>Priority: Blocker
>  Labels: parquet
> Fix For: 0.13.0
>
>
> Hi everyone,
>   
>  importing this from Github:
>   
>  I encountered a problem while working with pyarrow: I am working on Windows 
> 10. When I want to save a table using pq.write_table(tab, 
> r'E:\parquetfiles\file1.parquet'), I get the Error "No such file or 
> directory".
>   After searching a bit, i found out that the drive letter is getting removed 
> while parsing the where string, but I could not find a way solve my problem: 
> I can write the files on my C:\ drive without problems, but I am not able to 
> write a parquet file on another drive than C:.
>  Am I doing something wrong or is this just how it works? I would really 
> appreciate any help, because I just cannot fit my files on C: drive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-4480) [Python] Drive letter removed when writing parquet file

2019-02-06 Thread Seb Fru (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Seb Fru updated ARROW-4480:
---
Description: 
Hi everyone,
  
 importing this from Github:
  
 I encountered a problem while working with pyarrow: I am working on Windows 
10. When I want to save a table using pq.write_table(tab, 
r'E:\parquetfiles\file1.parquet'), I get the Error "No such file or directory".
  After searching a bit, i found out that the drive letter is getting removed 
while parsing the where string, but I could not find a way solve my problem: I 
can write the files on my C:\ drive without problems, but I am not able to 
write a parquet file on another drive than C:.
 Am I doing something wrong or is this just how it works? I would really 
appreciate any help, because I just cannot fit my files on C: drive.

  was:
Hi everyone,
 
importing this from Github:
 
I encountered a problem while working with pyarrow: I am working on Windows 10. 
When I want to save a table using pq.write_table(tab, r'E:\parquetfiles'), I 
get the Error "No such file or directory".
 After searching a bit, i found out that the drive letter is getting removed 
while parsing the where string, but I could not find a way solve my problem: I 
can write the files on my C:\ drive without problems, but I am not able to 
write a parquet file on another drive than C:.
Am I doing something wrong or is this just how it works? I would really 
appreciate any help, because I just cannot fit my files on C: drive.


> [Python] Drive letter removed when writing parquet file 
> 
>
> Key: ARROW-4480
> URL: https://issues.apache.org/jira/browse/ARROW-4480
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.12.0
>Reporter: Seb Fru
>Priority: Major
>  Labels: parquet
> Fix For: 0.13.0
>
>
> Hi everyone,
>   
>  importing this from Github:
>   
>  I encountered a problem while working with pyarrow: I am working on Windows 
> 10. When I want to save a table using pq.write_table(tab, 
> r'E:\parquetfiles\file1.parquet'), I get the Error "No such file or 
> directory".
>   After searching a bit, i found out that the drive letter is getting removed 
> while parsing the where string, but I could not find a way solve my problem: 
> I can write the files on my C:\ drive without problems, but I am not able to 
> write a parquet file on another drive than C:.
>  Am I doing something wrong or is this just how it works? I would really 
> appreciate any help, because I just cannot fit my files on C: drive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-4480) [Python] Drive letter removed when writing parquet file

2019-02-05 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-4480:

Summary: [Python] Drive letter removed when writing parquet file   (was: 
Drive letter removed when writing parquet file )

> [Python] Drive letter removed when writing parquet file 
> 
>
> Key: ARROW-4480
> URL: https://issues.apache.org/jira/browse/ARROW-4480
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.12.0
>Reporter: Seb Fru
>Priority: Major
>  Labels: parquet
> Fix For: 0.13.0
>
>
> Hi everyone,
>  
> importing this from Github:
>  
> I encountered a problem while working with pyarrow: I am working on Windows 
> 10. When I want to save a table using pq.write_table(tab, 
> r'E:\parquetfiles'), I get the Error "No such file or directory".
>  After searching a bit, i found out that the drive letter is getting removed 
> while parsing the where string, but I could not find a way solve my problem: 
> I can write the files on my C:\ drive without problems, but I am not able to 
> write a parquet file on another drive than C:.
> Am I doing something wrong or is this just how it works? I would really 
> appreciate any help, because I just cannot fit my files on C: drive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)