GitHub user davkrause opened a pull request:

    https://github.com/apache/metamodel/pull/188

    Set the MutableColumn.table value in Kafka columns (two-way reference).

    Here is a Pull Request where I am fixing the two-way reference from 
MutableColumn back to Table for the new Apache Kafka MetaModel project. I am 
trying to connect Kafka to the project DataCleaner, which use MetaModel a lot. 
and have built some initial code, but it right now is not working because 
something in there tries to reference the table using Column.getTable() and so 
on. This Pull Request should fix that.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davkrause/metamodel fix-kafka-column-table-ref

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/188.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #188
    
----
commit 98acb41b7df86aca258b8de758324d3827cf2cb6
Author: David Krause <david.krause.de@...>
Date:   2018-09-11T18:32:24Z

    Set the MutableColumn.table value in Kafka columns (two-way reference).

----


---

Reply via email to