Takeshi Yamamuro

Results 28 comments of Takeshi Yamamuro

Reference to https://github.com/rui314/threading/blob/master/direct.c

Reference to http://jp.rubyist.net/magazine/?0008-YarvManiacs

Yep, you're right, and my code's slightly wrong..., so I'll fix it in a few days following your points. Thx :))

Ah, it might be worth doing it, but is there a common JSON format to represent a directed acyclic graph?

INFO: I added an interface to define an output format for exporting a generated graph into other systems in https://github.com/maropu/spark-sql-flow-plugin/commit/abb1f0f2f9591d3f511948a57ae8fde0032e25ff: https://github.com/maropu/spark-sql-flow-plugin/blob/abb1f0f2f9591d3f511948a57ae8fde0032e25ff/src/test/scala/org/apache/spark/sql/SQLFlowSuite.scala#L175-L190

Yea, but it is not easy to implement it because Spark does not hold the relationship in its catalog. Probably, we need a custom SQL listener to track `INSERT` query...

I don't have it because I don't have a smart idea for implementing it. Any plan to use the feature if it's implemented?

Currently, no. But, the feature sounds good to me. That's a kind of future work.

This project doesn't target a full-fledge transformation, so I feel its difficult to support the conversion in the example above....

Thanks for the report. You hit this issue when calling `./build/mvn clean package -DskipTests`?