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
Pinned
2,896 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in Homebrew/homebrew-core that received 1 comment
prestosql 338
Have you followed the guidelines for contributing? Have you checked that there aren't other open pull requests for the same formula update/change?
+4
−4
•
1
comment
- Add LuhnCheck function
- Add memsql integration smoke tests
- Update testcontainers to 1.14.3
- Don't implement and call deprecated ConnectorPageSourceProvider.createPageSource
- Interpret JDBC ResultSet dates and timestamps in client JVM time zone
- Add 338 release notes
- Assorted language changes
- Update hive caching documentation
- Separate Alluxio related documentation
- Add documentation about contributing
- Add documentation for data integrity verification
- Updates for cli.rst and jdbc.rst
- more precise about %r and %T in documentation
- Avoid S3 eventual consistency race condition
- Authorize internal requests to mangement endpoints
- Replace HiveQlTranslation with a non-regex-based parser
- Enable more error prone checkes
Created an issue in prestosql/presto that received 5 comments
Union of char and varchar creates char(65536) as output type
select typeof(x) from (select char 'abc' x union all select varchar 'xyz' x);
_col0 ------------- char(65536) char(65536) (2 rows)
5
comments
2
contributions
in private repositories
Jul 7