Skip to content

Organizations

@airlift @starburstdata @prestosql

Pinned

  1. Home of the community managed version of Presto, the distributed SQL query engine for big data, under the auspices of the Presto Software Foundation.

    Java 1.2k 573

  2. Java library for efficiently working with heap and off-heap memory

    Java 401 110

  3. Airlift framework for building REST services

    Java 367 207

  4. Base POM for Airlift

    27 43

  5. Set process name for Java on Linux

    C 83 22

  6. Terminate the JVM when resources are exhausted

    C 124 32

2,896 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

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

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

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.