Stamatis Zampetakis

Results 109 comments of Stamatis Zampetakis

@NobiGo If I understand well there is no problem when pulling predicates from UNION which is inline with my [initial sentiment](https://github.com/apache/calcite/pull/3975#pullrequestreview-2327527960). The PR in its current shape just adds extra...

@abstractdog I rebased the patch and checked that `mvn site:site` and `mvn site:run` work as expected.

Hey @SourabhBadhya , I just gave you access to trigger jobs in hiveci. Currently, permissions are granted per request. For more info please see https://issues.apache.org/jira/browse/HIVE-28641

> In the PR description it is even not mentioning this behavior. In HIVE-27586, there is an explicit explanation about dates of the form `03-08-2023` and documents how these are...

@zratkai It seems that we are close in reaching consensus. I suggest to wait 48 hours to allow people to review all new elements and then merge it.

@abstractdog The https://github.com/kgyrtkirk/hive-test-kube/blob/master/htk-jenkins/entrypoint does not appear necessary. The JVM options are now passed using `ENV JENKINS_JAVA_OPTS` and the default configuration in [jenkins_home](https://github.com/kgyrtkirk/hive-test-kube/tree/master/htk-jenkins/jenkins_home) is anyways overridden by the content of the...

I agree with Zoltan that a separate repo would be beneficial for tracking CI and product changes separately. However, I am willing to sacrifice this separation for facilitating the discovery...

@abstractdog @kgyrtkirk Is there anything else apart from the repo debate holding off this PR? I want to get a feeling what is pending to finalize this work to see...

Since `LocalDateTime` adheres to the ISO-8601 the `JulianDate#toLocalDateTime` method should be valid conversion from the Julian calendar to the ISO calendar so "a fix for LocalDateTime, using the rules for...