Till Westmann has posted comments on this change. ( 
https://asterix-gerrit.ics.uci.edu/3360 )

Change subject: [WIP] Introduce data generator data source functions
......................................................................


Patch Set 7:

(8 comments)

https://asterix-gerrit.ics.uci.edu/#/c/3360/6/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/function/TPCDSDataGeneratorRewriter.java
File 
asterixdb/asterix-app/src/main/java/org/apache/asterix/app/function/TPCDSDataGeneratorRewriter.java:

https://asterix-gerrit.ics.uci.edu/#/c/3360/6/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/function/TPCDSDataGeneratorRewriter.java@101
PS6, Line 101:      */
> Done. (Change not uploaded yet)
The methods are not needed. SQ was just complaining as there are curly braces 
around the code for each CASE. I'm confident that the version that I've pasted 
won't get SQ complaints.


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.1.ddl.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.1.ddl.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.1.ddl.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
I don't think that we need this empty (except for comments) file ...


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.2.update.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.2.update.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_all_tables/datagen_sf_1_all_tables.2.update.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
same as before


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.1.ddl.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.1.ddl.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.1.ddl.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
same as before


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.2.update.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.2.update.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.2.update.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
same as before


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.3.query.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.3.query.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_invalid_table/datagen_sf_1_invalid_table.3.query.sqlpp@23
PS7, Line 23: call_center1
What is call_center1?


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.1.ddl.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.1.ddl.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.1.ddl.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
same as before


https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.2.update.sqlpp
File 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.2.update.sqlpp:

https://asterix-gerrit.ics.uci.edu/#/c/3360/7/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/tpcds/datagen_sf_1_small_tables/datagen_sf_1_small_tables.2.update.sqlpp@1
PS7, Line 1: /*
           :  * 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
           :  *
           :  *   http://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.
           :  */
same as before



--
To view, visit https://asterix-gerrit.ics.uci.edu/3360
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idb6bd6f697628395c70008e6f730bc5ca403da5e
Gerrit-Change-Number: 3360
Gerrit-PatchSet: 7
Gerrit-Owner: Hussain Towaileb <hussai...@gmail.com>
Gerrit-Reviewer: Anon. E. Moose (1000171)
Gerrit-Reviewer: Hussain Towaileb <hussai...@gmail.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-Comment-Date: Mon, 29 Apr 2019 00:44:00 +0000
Gerrit-HasComments: Yes

Reply via email to