Kiran Velumuri
Kiran Velumuri
> We may need to fix some tests In the PR commit build I am getting this error, but I have not changed anything in TestMiniLlapLocalCliDriver. My changes are only...
@zabetak @okumin Could you please help to review? Thank you.
 Ref: https://www.trevorlasn.com/blog/invisible-columns-in-sql
@chinnaraolalam @deniskuzZ @abstractdog @zhangbutao @wecharyu @dengzhhu653 Could you please help to review? Thank you.
@deniskuzZ To implement High Availability (HA) for MySQL using the InnoDB cluster, it is a requirement that primary keys be present for all the tables. So, this PR is for...
> @KiranVelumuri Is all the supported DB's support invisible columns. Even though if syntax supports what test are performed to confirm this. Not all DBs support invisible columns. Please refer...
The 2 test cases mentioned in https://issues.apache.org/jira/browse/HIVE-28337 are failing for me locally in my machine with Java version 1.8.0_331. I tried running these test cases in https://github.com/apache/hive/pull/5004, but the DST...
> The intention of the test is to ensure that conversions from/to string do not alter the value no matter the timezone because the DATE/TIMESTAMP data types [should be timezone...
I have updated the tests and the MetaStoreUtils APIs to always have Timestamp created in UTC timezone, since the timestamps during the daylight savings transition could not be represented in...
> I understand that due to bugs the tests may fail in certain environments. > > If the main motivation of this PR is to avoid the failures when this...