You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/03/30 17:36:43 UTC

[GitHub] [arrow] jorisvandenbossche opened a new pull request, #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

jorisvandenbossche opened a new pull request, #33862:
URL: https://github.com/apache/arrow/pull/33862

   #### Rationale for this change
   
   We have an existing "semi-private" `pyarrow.dataset._get_partition_keys` function (to get the partitioning field's key/value from the partition expression of a certain fragment). This is used by external projects (eg dask), and generally useful for advanced users, so let's just make it public. 
   
   
   * Closes: #33825


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


[GitHub] [arrow] amol- closed pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

Posted by "amol- (via GitHub)" <gi...@apache.org>.
amol- closed pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)
URL: https://github.com/apache/arrow/pull/33862


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


[GitHub] [arrow] ursabot commented on pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #33862:
URL: https://github.com/apache/arrow/pull/33862#issuecomment-1499059646

   Benchmark runs are scheduled for baseline = 0484a21cc4e826852b0f9d5c5142b7ae3c550d76 and contender = 2678db3dd59ba9f9d2aed9c90d0fe9abeafa1005. 2678db3dd59ba9f9d2aed9c90d0fe9abeafa1005 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/b47a0a86ea3641229c7969468ecdd9ba...a63cd175227844f4930908043a542d15/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/f06f55aeb66b43be849cd790d8b56e5b...33d7c1be44c84de5ab86383d3472b9f3/)
   [Finished :arrow_down:0.51% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a03fe3d9f76f487c825df4b8a2ac722c...9aed449f581c45d3affbb19ac8ee5446/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/422848963733432d988e6ca16b13409d...58b59c5f3dbf4280a057d9f3ab426044/)
   Buildkite builds:
   [Finished] [`2678db3d` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2638)
   [Failed] [`2678db3d` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2670)
   [Finished] [`2678db3d` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2637)
   [Failed] [`2678db3d` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2661)
   [Finished] [`0484a21c` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2637)
   [Failed] [`0484a21c` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2669)
   [Finished] [`0484a21c` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2636)
   [Failed] [`0484a21c` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2660)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


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


[GitHub] [arrow] amol- commented on pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

Posted by "amol- (via GitHub)" <gi...@apache.org>.
amol- commented on PR #33862:
URL: https://github.com/apache/arrow/pull/33862#issuecomment-1490666465

   Closing because it has been untouched for a while, in case it's still relevant feel free to reopen and move it forward 👍


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


[GitHub] [arrow] danepitkin commented on pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

Posted by "danepitkin (via GitHub)" <gi...@apache.org>.
danepitkin commented on PR #33862:
URL: https://github.com/apache/arrow/pull/33862#issuecomment-1462718968

   LGTM!


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


[GitHub] [arrow] jorisvandenbossche merged pull request #33862: GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression)

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche merged PR #33862:
URL: https://github.com/apache/arrow/pull/33862


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