You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2021/12/30 01:45:19 UTC

[GitHub] [incubator-age] emotionbug commented on a change in pull request #155: Create graph from files beta

emotionbug commented on a change in pull request #155:
URL: https://github.com/apache/incubator-age/pull/155#discussion_r776542642



##########
File path: src/include/utils/load/csv.h
##########
@@ -0,0 +1,108 @@
+//
+// Created by Shoaib on 12/5/2021.
+//
+
+/*
+libcsv - parse and write csv data
+Copyright (C) 2008-2021  Robert Gamble
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+*/
+
+#ifndef LIBCSV_H__
+#define LIBCSV_H__
+#include <stdlib.h>
+#include <stdio.h>
+
+#ifdef __cplusplus
+extern "C" {

Review comment:
       i think it need be indent.

##########
File path: regress/sql/age_load.sql
##########
@@ -0,0 +1,57 @@
+\! cp -r regress/age_load/data regress/instance/data/age_load

Review comment:
       is it need?

##########
File path: src/include/utils/load/csv.h
##########
@@ -0,0 +1,108 @@
+//
+// Created by Shoaib on 12/5/2021.

Review comment:
       remove this line




-- 
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: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org