Highlights
- Arctic Code Vault Contributor
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 upPinned
3,653 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 11 commits in 2 repositories
Created a pull request in prestosql/presto that received 3 comments
Support metadata DELETE in JDBC connectors
Support metadata DELETE in JDBC connectors Fixes #5275
Opened 2 other pull requests in 1 repository
prestosql/presto
1
open
1
merged
Reviewed 34 pull requests in 2 repositories
prestosql/presto 31 pull requests
- Confluent schema registry
- Reconstruct NOT IN when pushing down to JDBC source
- Add support for Structural types in Row Encoder
- Restore name normalization in JdbcMetadata.getColumnHandles
- Add 348 release notes
- Get columns from table handle if available
- Add vararg constructor to EnvironmentProvider
- Remove default implementation of JDBC type mappings
- Support arbitrary query in SHOW STATS
- Mark testExpiredAccessToken test flaky
- Remove legacy-generic-column-mapping JDBC config property
- Make CachingJdbcClient caches session-aware and fix caches invalidation
- Mark TestIcebergParquetSmoke as @Flaky
- Fix test case for INSERT with unsupported type
- Remove imprecise conversion with Number in MaterializedResult
- Include full stacktraces from LogTestDurationListener test hang monitor
- Test no predicate pushdown in case of forced mapping to varchar
- Deprecate legacy generic type mappings
- Verify ResultSetMetaData column type declaration against reference driver
- Improve reporting of multiple SQLExceptions in JdbcPageSink#finish
- Add OAuth2 support to JDBC
- add option to configure s3 mappings provider
- Accept Scope at ExpressionTestUtils.resolveFunctionCalls()
- Add Vertica connector
- Add AvroDecoderModule
- Some pull request reviews not shown.
prestosql/docker-images 3 pull requests
Created an issue in prestosql/presto that received 3 comments
Configuration for boolean properties do not have common convention
kokosing@m16:~/presto$ git grep @Config | grep enabled | grep '\.enabled' | wc -l
26
kokosing@m16:~/presto$ git grep @Config | grep enabled | grep …