apilloud commented on issue #11102: [BEAM-9294] Move RowJsonException out of 
RowJsonSerializer
URL: https://github.com/apache/beam/pull/11102#issuecomment-597927414
 
 
   Doesn't look unreasonable, but as is this breaks the build:
   ```
   15:29:44 > Task :sdks:java:core:compileJava
   15:29:44 
sdks/java/core/src/main/java/org/apache/beam/sdk/util/RowJsonValueExtractors.java:25:
 error: cannot find symbol
   15:29:44 import 
org.apache.beam.sdk.util.RowJson.RowJsonDeserializer.UnsupportedRowJsonException;
   15:29:44                                                            ^
   15:29:44   symbol:   class UnsupportedRowJsonException
   15:29:44   location: class RowJsonDeserializer
   15:29:44 
sdks/java/core/src/main/java/org/apache/beam/sdk/util/RowJsonUtils.java:27: 
error: cannot find symbol
   15:29:44 import 
org.apache.beam.sdk.util.RowJson.RowJsonDeserializer.UnsupportedRowJsonException;
   15:29:44                                                            ^
   15:29:44   symbol:   class UnsupportedRowJsonException
   15:29:44   location: class RowJsonDeserializer
   15:29:44 Note: Some input files use or override a deprecated API.
   15:29:44 Note: Recompile with -Xlint:deprecation for details.
   15:29:44 2 errors
   15:29:44 
   15:29:44 > Task :sdks:java:core:compileJava FAILED
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to