Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 67: Adding relevant attributes #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Note: This file contains changes from Trinodb. Specifically the decodeTree and locateNode methods
* (rev 03d8e5abc686c5c4a9f96ca14db07e2aed880174)
* https://github.com/trinodb/trino/blob/359/lib/trino-record-decoder/src/main/java/io/trino/decoder/json/JsonRowDecoder.java
*/

package io.trino.plugin.pravega.decoder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Note: This class file is from Trinodb
* (rev 03d8e5abc686c5c4a9f96ca14db07e2aed880174)
* https://github.com/trinodb/trino/blob/359/lib/trino-record-decoder/src/main/java/io/trino/decoder/json/JsonRowDecoderFactory.java
*/

package io.trino.plugin.pravega.decoder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Note: This class file is from PrestoDb
* (rev a8968160e1840ac67a5f63def27d31c0ef0acde7)
* https://github.com/prestodb/presto/blob/0.247/presto-kafka/src/test/java/com/facebook/presto/kafka/util/CodecSupplier.java
* Note: This class file is from Trinodb
* (rev 03d8e5abc686c5c4a9f96ca14db07e2aed880174)
* https://github.com/trinodb/trino/blob/359/plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/util/CodecSupplier.java
*/

package io.trino.plugin.pravega.integration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Note: This file contains some code from PrestoDb (majority of the "ResultsSession" implementation)
* Note: This file contains some code from PrestoDB (majority of the "ResultsSession" implementation)
* (rev a8968160e1840ac67a5f63def27d31c0ef0acde7)
* https://github.com/prestodb/presto/blob/0.247/presto-kafka/src/test/java/com/facebook/presto/kafka/util/KafkaLoader.java
*/
Expand Down