Highlights
- 1 discussion answered
Block or Report
Block or report findepi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
trinodb/trino Public
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
-
-
4,540 contributions in the last year
Less
More
Contribution activity
March 2022
Created 22 commits in 6 repositories
Created a pull request in trinodb/trino that received 4 comments
Opened 11 other pull requests in 2 repositories
trinodb/trino
3
open
6
merged
1
closed
- Shutdown server threads on server close
- Stress test trino-hive on CI
- Fix flaky testMultiFileTableWithNaNValue test
- Remove trino-delta-lake dependency on trino-hive-hadoop2
- Rename variable for clarity
- Remove incorrect development rule about alphabetizing code
- Fix TestHivePlans after logical merge conflict
- [ CI only] TMP stress test Delta on CI
- Re-enable Delta ADLS smoke test
- Remove trino-testing dependency on trino-exchange
trinodb/trino.io
1
merged
Reviewed 75 pull requests in 4 repositories
trinodb/trino
71 pull requests
- Rename method to better suite the purpose of the test
- Translate IN predicate to connector expression
- Use shared Zstd(De)Compressor in ResolvedFunction encoding
- Implement JDBC method getImportedKeys with empty ResultSet
- Remove wrong annotation
- Fix metadata caching with Hive ACID
- Process parameters for CREATE SCHEMA
- Allow starting Elasticsearch container with VM options in query runner
- Label PRs changing release notes as such
- Fix Handling of Aggregation Expressions in Pinot Passthrough Queries
- Remove trino-delta-lake dependency on trino-hive-hadoop2
- Allow Metastore to be injected via Modules in TestingHivePlugin
- Make token-cache host aware
- DSL for JDBC expression rewrites
- Use shaded orc-core from trino-hive-apache
- Add support for Alibaba Cloud DLF metastore.
- Change return type of trim functions with char argument to varchar
- Migrate raptor connector to MySQL Connector/J 8.x
- Check table and view existence in Memory connector
- Make ConnectorExpression JSON serializable
- Gn/fix kudu schemas table race
- Support truncating table in Cassandra
- Remove useless import in TableExecute
- Fix TestHivePlans after logical merge conflict
- Ensure that underlying resources of the parquet reader are closed
- Some pull request reviews not shown.
trinodb/trino-hive-apache
2 pull requests
airlift/airlift
1 pull request
airlift/airbase
1 pull request
Created an issue in trinodb/trino that received 4 comments
ALTER TABLE RENAME implicitly changes table schemata
$ bin/trino-cli --catalog hive --schema default
trino:default> CREATE SCHEMA s;
CREATE SCHEMA trino:default> CREATE TABLE s.t(a bigint);
CREATE TAB…
4
comments
Opened 11 other issues in 1 repository
trinodb/trino
10
open
1
closed
- Add Delta Lake product tests
- Use proper SQL identifier semantics for object or action properties
- More Delta Lake integration test coverage
- Flaky phoenix5's test TestPhoenixConnectorTest. testDataMappingSmokeTest
- Unify Delta Lake tests' container handling with Hive and Iceberg
- Cleanup Delta Lake tests AWS Glue databases
- Properly reject unsupported column names in Delta Lake
- Delta Lake connector
- Restore air.test.parallel=methods in tests
- Flaky tests when asserting memory pools are empty upon QueryRunner termination in integration tests
- Test Iceberg Glue access counts during query planning
27
contributions
in private repositories
Mar 1 – Mar 15