sql-engine
Here are 23 public repositories matching this topic...
Report incorrect documentation
Location of incorrect documentation
- Source code (for
help(bc.BlazingContext)) - https://docs.blazingdb.com/docs (no API section??)
Describe the problems or issues found in the documentation
When using cudf & bc together, unclear if/how the rapids memory manager gets shared and how to separately+jointly control. Does blazing get its own? Wh
Waterdrop FAQ/常见问题
FAQ 1. Waterdrop开发者自己开发插件时,是否需要了解Waterdrop代码,是否需要把代码写到Waterdrop项目里?
开发者开发的插件,与waterdrop项目可以完全没有关系,不需要把你的插件代码写到waterdrop项目里面。
插件可以是一个完全独立的项目,在里面你用java,scala,maven,sbt,gradle,都随你。
这也是我们建议开发者开发插件的方式。
FAQ 2. 以集群模式(cluster)运行waterdrop,提示找不到:plugins.tar.gz
使用cluster模式提交前,需要您先执行如下命令:
# 备注: 预计下一个版本发布时,v1.2.3 我们会支持插件目录自动打包,无需再执行此命令。
tar zcvf plugins.tar.gz plugins
将插件目
This is an exciting project and I used it in my test harness for months, till the limitations basically made the situation untenable. At the very least I hope this issue helps people know what this project can and cannot do before they invest a lot of time in it.
Dead?
Sadly, I think all of src-d have stopped pushing to the open source repos. At best they have decided to invest in inter
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Jul 12, 2017 - Java
-
Updated
Feb 9, 2018 - Go
-
Updated
Jun 11, 2020 - Scala
-
Updated
Oct 2, 2017 - C++
-
Updated
Aug 21, 2017 - Python
-
Updated
Apr 12, 2020 - Java
-
Updated
Oct 1, 2018 - Python
-
Updated
May 15, 2018 - Java
-
Updated
Jun 7, 2019 - Python
-
Updated
Jul 11, 2018 - Java
-
Updated
Sep 8, 2019 - Python
-
Updated
Mar 1, 2019 - Python
-
Updated
Feb 18, 2017 - C++
-
Updated
Nov 27, 2019 - Makefile
Improve this page
Add a description, image, and links to the sql-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sql-engine topic, visit your repo's landing page and select "manage topics."
When you throw an exception (
throw new \Exception('Some error...');) in CLI mode the script silently dies without no output to the console. It is only logged in PHP's error log.That should not be default behaviour I would say.
Btw, this is on Windows. If I run it in my Linux environment it should just fine.