presto
Here are 138 public repositories matching this topic...
-
Updated
Dec 12, 2020 - Java
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 4, 2020 - Scala
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
See https://github.com/prestosql/presto/runs/1497472672
- tests apparently hanged
- one test thread is here:
2020-12-04T07:53:43.1535741Z "pool-2-thread-2" prio=5 Id=16 BLOCKED on org.testng.TestClass@2a78dd6a owned by "pool-2-thread-1" Id=15
2020-12-04T07:53:43.1537790Z at app//org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:158)
2020-12-04T07:53
-
Updated
Nov 11, 2020 - Python
-
Updated
Dec 11, 2020 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Dec 8, 2020 - Scala
-
Updated
Dec 11, 2020 - Shell
-
Updated
Dec 8, 2020 - Go
-
Updated
Nov 29, 2020 - Makefile
-
Updated
Jun 18, 2020 - Java
-
Updated
Nov 24, 2020 - HCL
-
Updated
Aug 5, 2020 - Go
-
Updated
Aug 18, 2017 - Python
-
Updated
Nov 25, 2020 - TypeScript
According to RFC 5737:
The blocks 192.0.2.0/24 (TEST-NET-1), 198.51.100.0/24 (TEST-NET-2), and 203.0.113.0/24 (TEST-NET-3) are provided for use in documentation.
-
Updated
May 27, 2020 - PHP
-
Updated
Dec 4, 2014 - Java
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of
Authorization: Bearer <JWT>(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di