You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/03/18 17:11:43 UTC

[GitHub] [arrow-adbc] kou opened a new pull request, #528: feat(glib): add gadbc_statement_bind() and ingest related bindings

kou opened a new pull request, #528:
URL: https://github.com/apache/arrow-adbc/pull/528

   Fixes #524.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] kou commented on a diff in pull request #528: feat(glib): add gadbc_statement_bind() and ingest related bindings

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #528:
URL: https://github.com/apache/arrow-adbc/pull/528#discussion_r1141466285


##########
glib/adbc-glib/statement.h:
##########
@@ -23,6 +23,24 @@
 
 G_BEGIN_DECLS
 
+/**
+ * GADBCIngestMode:
+ * @GADBC_INGEST_MODE_CRAETE: Create the table and insert data;

Review Comment:
   Oh! Thanks!



-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] lidavidm commented on a diff in pull request #528: feat(glib): add gadbc_statement_bind() and ingest related bindings

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on code in PR #528:
URL: https://github.com/apache/arrow-adbc/pull/528#discussion_r1141404325


##########
glib/adbc-glib/statement.h:
##########
@@ -23,6 +23,24 @@
 
 G_BEGIN_DECLS
 
+/**
+ * GADBCIngestMode:
+ * @GADBC_INGEST_MODE_CRAETE: Create the table and insert data;

Review Comment:
   ```suggestion
    * @GADBC_INGEST_MODE_CREATE: Create the table and insert data;
   ```



-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] kou merged pull request #528: feat(glib): add gadbc_statement_bind() and ingest related bindings

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #528:
URL: https://github.com/apache/arrow-adbc/pull/528


-- 
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: github-unsubscribe@arrow.apache.org

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