Matt Fuller
Matt Fuller
Leaving out ".properties" is fine. Also, if the user does not specify a connector, or if they specify one that doesn't exist, we should list the available connectors as part...
This is an extension to the existing collect logs presto-admin command. Basically, it would look through the logs (and maybe also jmx stats) to produce a timeline of what's happening...
Thanks for opening the request! No one is currently working on this feature right now. We can let you know when someone picks it up. If you're interested in adding...
@nanaessuman How are things going? Let us know if you need any help.
Hi @jakovm, thank you! As Anton said, we don't have any near term plans for it. But we welcome contributions if it's something you want to work on. We'd be...
I don't believe anyone is working on this at the moment. We'd love to have other contribute.
We're not going to be doing much additional work in the near future. We're focused on other aspects of Presto at the moment. We welcome contributions though.
Hi @rja1 It's not a dieing project and we do welcome outside contributions. It's just not our focus right now. Given our priorities we are focusing more on core Presto...
[ ] Document possible possible header options for query file in convention based tests [ ] More verbose documentation on defining multiple databases for same table manager type [ ]...
Here's my test: ``` package com.facebook.presto.tests.functions; import com.google.common.collect.ImmutableMap; import com.teradata.tempto.ProductTest; import com.teradata.tempto.Requirement; import com.teradata.tempto.RequirementsProvider; import com.teradata.tempto.Requires; import com.teradata.tempto.configuration.Configuration; import com.teradata.tempto.fulfillment.table.ImmutableTableRequirement; import com.teradata.tempto.query.QueryResult; import org.testng.annotations.Test; import static com.facebook.presto.tests.ImmutableTpchTablesRequirements.ImmutableNationTable; import static com.facebook.presto.tests.ImmutableTpchTablesRequirements.ImmutableRegionTable;...