iemejia commented on a change in pull request #13714:
URL: https://github.com/apache/beam/pull/13714#discussion_r554307299



##########
File path: 
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/avro/AvroTableProviderTest.java
##########
@@ -42,20 +42,20 @@
   @Rule public TestPipeline readPipeline = TestPipeline.create();
   @Rule public TemporaryFolder tempFolder = new TemporaryFolder();
 
-  private static final String AVRO_FIELD_NAMES = "(name VARCHAR, age BIGINT, 
country VARCHAR)";
+  private static final String FIELD_NAMES = "(name VARCHAR, age BIGINT, 
country VARCHAR)";

Review comment:
       The Avro changes are just to keep both tests consistent since they are 
in principle 'the same'.




----------------------------------------------------------------
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]


Reply via email to