pjfanning opened a new issue, #163:
URL: https://github.com/apache/incubator-pekko-connectors/issues/163

   
   ```
   [warn]    |  Infinite recursive call
   [warn] 34 |      datasetId: String,
   [warn] 35 |      tableId: String): Source[java.util.List[BigQueryRecord], 
CompletionStage[NotUsed]] =
   [warn] 36 |    readRecordsMerged(projectId, datasetId, tableId)
   [warn] -- Warning: 
/Users/pj.fanning/code/incubator-pekko-connectors/google-cloud-bigquery-storage/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/bigquery/storage/javadsl/BigQueryArrowStorage.scala:72:6
 
   [warn] 72 |  def readRecords(projectId: String,
   [warn]    |  ^
   [warn]    |  Infinite recursive call
   [warn] 73 |      datasetId: String,
   [warn] 74 |      tableId: String): 
Source[java.util.List[Source[BigQueryRecord, NotUsed]], 
CompletionStage[NotUsed]] =
   [warn] 75 |    readRecords(projectId, datasetId, tableId)
   [warn] -- Warning: 
/Users/pj.fanning/code/incubator-pekko-connectors/google-cloud-bigquery-storage/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/bigquery/storage/javadsl/BigQueryArrowStorage.scala:114:6
 
   [warn] 114 |  def readMerged(projectId: String,
   [warn]     |  ^
   [warn]     |  Infinite recursive call
   [warn] 115 |      datasetId: String,
   [warn] 116 |      tableId: String): Source[(ArrowSchema, 
Source[ArrowRecordBatch, NotUsed]), CompletionStage[NotUsed]] =
   [warn] 117 |    readMerged(projectId, datasetId, tableId)
   [warn] -- Warning: 
/Users/pj.fanning/code/incubator-pekko-connectors/google-cloud-bigquery-storage/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/bigquery/storage/javadsl/BigQueryAvroStorage.scala:71:6
 
   [warn] 71 |  def readRecords(projectId: String,
   [warn]    |  ^
   [warn]    |  Infinite recursive call
   [warn] 72 |      datasetId: String,
   [warn] 73 |      tableId: String): 
Source[java.util.List[Source[BigQueryRecord, NotUsed]], 
CompletionStage[NotUsed]] =
   [warn] 74 |    readRecords(projectId, datasetId, tableId)
   [warn] -- Warning: 
/Users/pj.fanning/code/incubator-pekko-connectors/google-cloud-bigquery-storage/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/bigquery/storage/javadsl/BigQueryAvroStorage.scala:113:6
 
   [warn] 113 |  def readMerged(projectId: String,
   [warn]     |  ^
   [warn]     |  Infinite recursive call
   [warn] 114 |      datasetId: String,
   [warn] 115 |      tableId: String): Source[(AvroSchema, Source[AvroRows, 
NotUsed]), CompletionStage[NotUsed]] =
   [warn] 116 |    readMerged(projectId, datasetId, tableId)
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to