Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: remove not use input parameter in spark source (#3980)
remove unused parameter when init sparksource

Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
Co-authored-by: tanlocnguyen <tanlocnguyen296@gmail.com>
  • Loading branch information
ElliotNguyen68 and ElliotNguyen68 authored Mar 5, 2024
commit 7c908822f8d9f5e32ab17d96e6b5dd79e5b59b3e
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(
query: Optional[str] = None,
path: Optional[str] = None,
file_format: Optional[str] = None,
event_timestamp_column: Optional[str] = None,
created_timestamp_column: Optional[str] = None,
field_mapping: Optional[Dict[str, str]] = None,
description: Optional[str] = "",
Expand Down