[
https://issues.apache.org/jira/browse/AVRO-3520?focusedWorklogId=788391&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-788391
]
ASF GitHub Bot logged work on AVRO-3520:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jul/22 20:18
Start Date: 06/Jul/22 20:18
Worklog Time Spent: 10m
Work Description: itstheceo commented on code in PR #1692:
URL: https://github.com/apache/avro/pull/1692#discussion_r915221411
##########
lang/java/avro/src/main/java/org/apache/avro/reflect/CustomEncoderFieldAccess.java:
##########
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
+ */
+package org.apache.avro.reflect;
+
+import org.apache.avro.Schema;
+
+public interface CustomEncoderFieldAccess {
Review Comment:
Added :)
Issue Time Tracking
-------------------
Worklog Id: (was: 788391)
Time Spent: 50m (was: 40m)
> CustomEncoding doesn't expose the read schema
> ---------------------------------------------
>
> Key: AVRO-3520
> URL: https://issues.apache.org/jira/browse/AVRO-3520
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.11.0
> Reporter: Colin
> Priority: Major
> Labels: pull-request-available
> Attachments: patchTest.txt
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently it is not possible to detect a schema change when using
> `CustomEncoding<T>`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)