-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58005/
-----------------------------------------------------------
Review request for sentry.
Bugs: SENTRY-1626
https://issues.apache.org/jira/browse/SENTRY-1626
Repository: sentry
Description
-------
It changes `createTimeMs` from `long` to `timestamp` type in java / jdo. And
change the SQL and set the default value of it, so that this field wil be
populated when the entry being inserted.
Diffs
-----
sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/model/MSentryPathChange.java
a0d34459d
sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/model/MSentryPermChange.java
476fbcb2a
sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/model/package.jdo
e981bcf0f
sentry-provider/sentry-provider-db/src/main/resources/sentry-derby-1.8.0.sql
6474389a1
sentry-provider/sentry-provider-db/src/main/resources/sentry-mysql-1.8.0.sql
1ab83432d
sentry-provider/sentry-provider-db/src/main/resources/sentry-oracle-1.8.0.sql
0418b298f
sentry-provider/sentry-provider-db/src/main/resources/sentry-postgres-1.8.0.sql
68d2c8d53
Diff: https://reviews.apache.org/r/58005/diff/1/
Testing
-------
run `mvn test` under `sentry-provider/sentry-provider-db`.
Thanks,
Lei Xu