You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "zmanji (via GitHub)" <gi...@apache.org> on 2023/11/26 03:07:45 UTC

[I] Support wiriting decimals as integers [arrow]

zmanji opened a new issue, #38882:
URL: https://github.com/apache/arrow/issues/38882

   ### Describe the enhancement requested
   
   #15244 updated the parquet writer to store decimals as ints if possible but this is not exposed to the python bindings.
   
   ### Component(s)
   
   Parquet, Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python][Parquet] Support wiriting decimals as integers [arrow]

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #38882:
URL: https://github.com/apache/arrow/issues/38882#issuecomment-1826752317

   cc @wgtmac 
   
   Do we have a way to represent decimal using int32/int64 in arrow?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python][Parquet] Support wiriting decimals as integers [arrow]

Posted by "wgtmac (via GitHub)" <gi...@apache.org>.
wgtmac commented on issue #38882:
URL: https://github.com/apache/arrow/issues/38882#issuecomment-1826789062

   > cc @wgtmac
   > 
   > Do we have a way to represent decimal using int32/int64 in arrow?
   
   I don't think so.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org