Shohei Okumiya
Shohei Okumiya
https://issues.apache.org/jira/browse/TEZ-4246 In case that there are just two disks, the current implementation is likely to use one of them to write spill data and the other one to store the...
https://github.com/okumin/akka-persistence-sql-async/issues/5
https://github.com/okumin/akka-persistence-sql-async/issues/8 https://groups.google.com/forum/#!topic/akka-user/hi-OlSuO_M0
`masterha_check_repl` has not worked when replication filters are given to only tailing servers, like test cases added to tests/t/t_filter_incorrect.sh. This is because perl evaluates the empty string as `false` and...
### What changes were proposed in this pull request? This PR would disable HiveAggregateReduceFunctionsRule when the type of argument of AVG/STDDEV_(POP|SAMP)/VAR_(POP/SAMP) is a string-like type. https://issues.apache.org/jira/browse/HIVE-28082 ### Why are the...
### What changes were proposed in this pull request? Link Calcite's RelNodes with the same RelTreeSignature. https://issues.apache.org/jira/browse/HIVE-24167 ### Why are the changes needed? It is known that the current unification...
### What changes were proposed in this pull request? Make it possible for PlanMapper to link related Operators or RelNodes correctly. For your reference, I made a Gist page explaining...
### What changes were proposed in this pull request? This PR would change an error message thrown when a user gives a wrong storage format in STORED BY. ### Why...
https://issues.apache.org/jira/browse/TEZ-4527
As explained in [TEZ-4508](https://issues.apache.org/jira/browse/TEZ-4508), I expect there are valid use cases where FairShuffleVertexManager with FAIR_PARALLELISM should accept multiple SCATTER_GATHER edges.