Skip to content

Commit

Permalink
Merge pull request #617 from j3-signalroom/615-refactor-the-code-to-d…
Browse files Browse the repository at this point in the history
…ynamically-create-the-select-by-retrieving-the-columns-from-the-kafka-topic-schema-and-then-use-functional-programming-techniques-to-build-a-compound-expression-to-filter-non-null-values

Resolved #615.
  • Loading branch information
j3-signalroom authored Dec 26, 2024
2 parents 5eeecc5 + dc56a30 commit b91db8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pyflink.table import (TableEnvironment, Schema, DataTypes, FormatDescriptor)
from pyflink.table import TableEnvironment, Schema, DataTypes, FormatDescriptor
from pyflink.table.catalog import ObjectPath
from pyflink.table.confluent import ConfluentSettings, ConfluentTableDescriptor
from pyflink.table.expressions import col, lit
Expand Down

0 comments on commit b91db8e

Please sign in to comment.