bossenti commented on code in PR #2952:
URL: https://github.com/apache/streampipes/pull/2952#discussion_r1650186567


##########
streampipes-client-python/streampipes/model/resource/query_result.py:
##########
@@ -71,8 +71,11 @@ def convert_to_pandas_representation(self) -> Dict[str, 
Union[List[str], List[Li
 
     total: StrictInt
     headers: List[StrictStr]
-    all_data_series: List[DataSeries]
+    all_data_series: List[DataSeries] = Field(alias="allDataSeries")

Review Comment:
   Alias is not needed here (same for the other three fields) 
   We have default alias generator in place, that creates the camel case name 
as alias for every field



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

Reply via email to