You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/19 07:25:29 UTC

[GitHub] [arrow] palak-9202 opened a new pull request, #13647: ARROW-17121: [Gandiva][C++] Adding mask function to Gandiva

palak-9202 opened a new pull request, #13647:
URL: https://github.com/apache/arrow/pull/13647

   Add mask(str inp)/mask(str inp, str uc-mask, str lc-mask, str num-mask) function to Gandiva.
   
   With default masking upper case letters as 'X', lower case letters as 'x' and numbers as 'n'.
   Custom masking as specified in parameters.


-- 
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] github-actions[bot] commented on pull request #13647: ARROW-17121: [Gandiva][C++] Adding mask function to Gandiva

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13647:
URL: https://github.com/apache/arrow/pull/13647#issuecomment-1188704083

   https://issues.apache.org/jira/browse/ARROW-17121


-- 
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] pravindra merged pull request #13647: ARROW-17121: [Gandiva][C++] Adding mask function to Gandiva

Posted by GitBox <gi...@apache.org>.
pravindra merged PR #13647:
URL: https://github.com/apache/arrow/pull/13647


-- 
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 #13647: ARROW-17121: [Gandiva][C++] Adding mask function to Gandiva

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #13647:
URL: https://github.com/apache/arrow/pull/13647#issuecomment-1193186850

   Benchmark runs are scheduled for baseline = e0ccfa110544e65b4e7ef2f9d39376a3dfb8420d and contender = f9f0e65e5a370bd26f49b12c5e8bb51218cd82a6. f9f0e65e5a370bd26f49b12c5e8bb51218cd82a6 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/915a79b1ee9442809be122c4ee073f68...39e2547be4fb40cd929af604a9f91d20/)
   [Failed :arrow_down:1.18% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a8ab325d6b744228bba538da986cc651...7d6672fe37104666ae0fa20aa6f5ba32/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/980f5fd0bcfc4faaaf4c368077b1462a...25ae263148784103a4c5ab196cf89c0a/)
   [Finished :arrow_down:0.57% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/ac8abfdcad7a4df6b50f8983a07c04fa...64fbbc4123a246b9aab09060c8007339/)
   Buildkite builds:
   [Failed] [`f9f0e65e` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1183)
   [Failed] [`f9f0e65e` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1195)
   [Failed] [`f9f0e65e` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1177)
   [Finished] [`f9f0e65e` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1197)
   [Failed] [`e0ccfa11` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1182)
   [Failed] [`e0ccfa11` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1194)
   [Failed] [`e0ccfa11` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1176)
   [Finished] [`e0ccfa11` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1196)
   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