Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,275 contributions in the last year
Activity overview
Contribution activity
July 2020
- martint/docs Shell
- martint/official-images Shell
Created a pull request in prestosql/presto that received 4 comments
Remove non-sensical time vs interval operations
TIME and INTERVAL YEAR TO MONTH are incompatible with each other. There are no reasonable semantics for adding or subracting them from each other.
+0
−66
•
4
comments
- Fix JDBC metadata for timestamp types
- Fix incorrect column type for legacy clients
- Remove unused methods
- Fix failure for IN expression in join criteria
- Implement variable-precision time type
- Support omitting timestamp precision in DESCRIBE OUTPUT
- Fix incorrect rounding for negative epoch
- Add 338 release notes
- Coerce string values to numeric types
- Fix planning failure when multiple columns have a mask
- Fix incorrect comparison for timestamp with time zone
- Support large timestamp [tz] values in JDBC
- Support syntax and AST building for Materialized View Commands ...
- Pass additional constraint in Jdbc split
- Add support for lazy dynamic filters on coordinator
- Replace PruneUnreferencedOutputs with iterative rules
- Fix old client compatibility with parametric timestamp type
- Fix support for object types in some functions
- Refactor dynamic filters
- Remove redundant configuration